Uses of Enum Class
org.jooq.util.xml.jaxb.IdentityGeneration
Packages that use IdentityGeneration
-
Uses of IdentityGeneration in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb declared as IdentityGenerationMethods in org.jooq.util.xml.jaxb that return IdentityGenerationModifier and TypeMethodDescriptionstatic IdentityGenerationColumn.getIdentityGeneration()static IdentityGenerationReturns the enum constant of this class with the specified name.static IdentityGeneration[]IdentityGeneration.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.util.xml.jaxb with parameters of type IdentityGenerationModifier and TypeMethodDescriptionvoidColumn.setIdentityGeneration(IdentityGeneration value) Column.withIdentityGeneration(IdentityGeneration value)