Uses of Enum Class
org.jooq.conf.NestedCollectionEmulation
Packages that use NestedCollectionEmulation
-
Uses of NestedCollectionEmulation in org.jooq.conf
Subclasses with type arguments of type NestedCollectionEmulation in org.jooq.confModifier and TypeClassDescriptionenumJava class for NestedCollectionEmulation.Fields in org.jooq.conf declared as NestedCollectionEmulationMethods in org.jooq.conf that return NestedCollectionEmulationModifier and TypeMethodDescriptionstatic NestedCollectionEmulationSettings.getEmulateMultiset()[#3884] HowMULTISETsupport should be emulated.static NestedCollectionEmulationReturns 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.Methods in org.jooq.conf with parameters of type NestedCollectionEmulationModifier and TypeMethodDescriptionvoidSettings.setEmulateMultiset(NestedCollectionEmulation value) [#3884] HowMULTISETsupport should be emulated.Settings.withEmulateMultiset(NestedCollectionEmulation value) [#3884] HowMULTISETsupport should be emulated.