Uses of Class
org.jooq.meta.jaxb.EnumType
-
Packages that use EnumType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of EnumType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type EnumType Modifier and Type Method Description List<EnumType>AbstractDatabase. getConfiguredEnumTypes()List<EnumType>Database. getConfiguredEnumTypes()Database objects matching any of these field names will be generated as enum types.Method parameters in org.jooq.meta with type arguments of type EnumType Modifier and Type Method Description voidAbstractDatabase. setConfiguredEnumTypes(List<EnumType> configuredEnumTypes)voidDatabase. setConfiguredEnumTypes(List<EnumType> types)Database objects matching any of these field names will be generated as enum types. -
Uses of EnumType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type EnumType Modifier and Type Field Description protected List<EnumType>Database. enumTypesMethods in org.jooq.meta.jaxb that return EnumType Modifier and Type Method Description EnumTypeObjectFactory. createEnumType()Create an instance ofEnumTypeEnumTypeEnumType. withLiterals(String value)EnumTypeEnumType. withName(String value)Methods in org.jooq.meta.jaxb that return types with arguments of type EnumType Modifier and Type Method Description List<EnumType>Database. getEnumTypes()Deprecated.Methods in org.jooq.meta.jaxb with parameters of type EnumType Modifier and Type Method Description DatabaseDatabase. withEnumTypes(EnumType... values)Deprecated.Method parameters in org.jooq.meta.jaxb with type arguments of type EnumType Modifier and Type Method Description voidDatabase. setEnumTypes(List<EnumType> enumTypes)Deprecated.DatabaseDatabase. withEnumTypes(Collection<EnumType> values)Deprecated.DatabaseDatabase. withEnumTypes(List<EnumType> enumTypes)Deprecated.
-