Uses of Enum Class
org.jooq.conf.Warning
-
Uses of Warning in org.jooq.conf
Modifier 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.Modifier 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.