Uses of Class
org.jooq.meta.jaxb.EnumType
Packages that use EnumType
-
Uses of EnumType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type EnumTypeModifier and TypeMethodDescriptionAbstractDatabase.getConfiguredEnumTypes()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 EnumTypeModifier and TypeMethodDescriptionfinal 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 EnumTypeMethods in org.jooq.meta.jaxb that return EnumTypeModifier and TypeMethodDescriptionObjectFactory.createEnumType()Create an instance ofEnumTypeEnumType.withLiterals(String value) Methods in org.jooq.meta.jaxb that return types with arguments of type EnumTypeMethods in org.jooq.meta.jaxb with parameters of type EnumTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type EnumTypeModifier and TypeMethodDescriptionvoidDatabase.setEnumTypes(List<EnumType> enumTypes) Deprecated.Database.withEnumTypes(Collection<EnumType> values) Deprecated.Database.withEnumTypes(List<EnumType> enumTypes) Deprecated.