Uses of Enum Class
org.jooq.conf.Warning
Packages that use Warning
-
Uses of Warning in org.jooq.conf
Fields in org.jooq.conf declared as WarningMethods in org.jooq.conf that return WarningModifier and TypeMethodDescriptionstatic Warning
Settings.getWarnOnStaticTypeRegistryAccess()
[#15286] The warning level when the deprecated static type registry was accessed by legacy code.static Warning
Returns the enum constant of this class with the specified name.static Warning[]
Warning.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.conf with parameters of type WarningModifier and TypeMethodDescriptionvoid
Settings.setWarnOnStaticTypeRegistryAccess
(Warning value) [#15286] The warning level when the deprecated static type registry was accessed by legacy code.Settings.withWarnOnStaticTypeRegistryAccess
(Warning value) [#15286] The warning level when the deprecated static type registry was accessed by legacy code.