Uses of Class
org.jooq.meta.jaxb.SyntheticEnumType
Packages that use SyntheticEnumType
-
Uses of SyntheticEnumType in org.jooq.meta
Methods in org.jooq.meta that return SyntheticEnumTypeModifier and TypeMethodDescriptionfinal SyntheticEnumTypeAbstractDatabase.getConfiguredSyntheticEnum(Definition definition) Database.getConfiguredSyntheticEnum(Definition definition) Get the configured forced type object for any givenDefinition, ornullif noSyntheticEnumTypematches the definition.Methods in org.jooq.meta that return types with arguments of type SyntheticEnumTypeModifier and TypeMethodDescriptionAbstractDatabase.getConfiguredSyntheticEnums()Database.getConfiguredSyntheticEnums()Get the configured synthetic enums.AbstractDatabase.getUnusedSyntheticEnums()Database.getUnusedSyntheticEnums()Retrieve the not-yet used synthetic enums.Methods in org.jooq.meta with parameters of type SyntheticEnumTypeModifier and TypeMethodDescriptionvoidAbstractDatabase.markUsed(SyntheticEnumType e) voidDatabase.markUsed(SyntheticEnumType e) Mark a synthetic enum as used. -
Uses of SyntheticEnumType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticEnumTypeMethods in org.jooq.meta.jaxb that return SyntheticEnumTypeModifier and TypeMethodDescriptionObjectFactory.createSyntheticEnumType()Create an instance ofSyntheticEnumTypeSyntheticEnumType.withComment(String value) The enum comment.SyntheticEnumType.withFields(String value) A regular expression matching all fields on which to apply this synthetic enum type.SyntheticEnumType.withIgnoreUnused(Boolean value) Set this flag to true if no warning should be logged if this object was not used by a code generation run.SyntheticEnumType.withLiterals(String... values) SyntheticEnumType.withLiterals(Collection<String> values) SyntheticEnumType.withLiterals(List<String> literals) SyntheticEnumType.withLiteralsFromCheckConstraints(Boolean value) The list of literals is parsed from the applicableCHECKconstraints for the matched column, if possible.SyntheticEnumType.withLiteralsFromColumnContent(Boolean value) The matched column's content defines the literals (this is convenience forliteralSqlbeingSELECT DISTINCT matched_column FROM matched_table).SyntheticEnumType.withLiteralSql(String value) A SQL query producing the literals.The optional enum name.SyntheticEnumType.withTables(String value) A regular expression matching all tables on which to apply this synthetic enum type.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticEnumTypeMethods in org.jooq.meta.jaxb with parameters of type SyntheticEnumTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type SyntheticEnumTypeModifier and TypeMethodDescriptionvoidSyntheticObjectsType.setEnums(List<SyntheticEnumType> enums) SyntheticObjectsType.withEnums(Collection<SyntheticEnumType> values) SyntheticObjectsType.withEnums(List<SyntheticEnumType> enums)