Uses of Enum Class
org.jooq.conf.NestedCollectionEmulation
-
Uses of NestedCollectionEmulation in org.jooq.conf
Modifier and TypeMethodDescriptionstatic NestedCollectionEmulation
Settings.getEmulateMultiset()
[#3884] HowMULTISET
support should be emulated.static NestedCollectionEmulation
Returns the enum constant of this class with the specified name.static NestedCollectionEmulation[]
NestedCollectionEmulation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Settings.setEmulateMultiset
(NestedCollectionEmulation value) [#3884] HowMULTISET
support should be emulated.Settings.withEmulateMultiset
(NestedCollectionEmulation value) [#3884] HowMULTISET
support should be emulated.