Verwendungen von Klasse
org.jooq.meta.jaxb.SyntheticEnumType
Packages, die SyntheticEnumType verwenden
-
Verwendungen von SyntheticEnumType in org.jooq.meta
Methoden in org.jooq.meta, die SyntheticEnumType zurückgebenModifizierer und TypMethodeBeschreibungfinal SyntheticEnumTypeAbstractDatabase.getConfiguredSyntheticEnum(Definition definition) Database.getConfiguredSyntheticEnum(Definition definition) Get the configured forced type object for any givenDefinition, ornullif noSyntheticEnumTypematches the definition.Methoden in org.jooq.meta, die Typen mit Argumenten vom Typ SyntheticEnumType zurückgebenModifizierer und TypMethodeBeschreibungAbstractDatabase.getConfiguredSyntheticEnums()Database.getConfiguredSyntheticEnums()Get the configured synthetic enums.AbstractDatabase.getUnusedSyntheticEnums()Database.getUnusedSyntheticEnums()Retrieve the not-yet used synthetic enums.Methoden in org.jooq.meta mit Parametern vom Typ SyntheticEnumTypeModifizierer und TypMethodeBeschreibungvoidAbstractDatabase.markUsed(SyntheticEnumType e) voidDatabase.markUsed(SyntheticEnumType e) Mark a synthetic enum as used. -
Verwendungen von SyntheticEnumType in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb mit Typparametern vom Typ SyntheticEnumTypeMethoden in org.jooq.meta.jaxb, die SyntheticEnumType zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.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.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.Methoden in org.jooq.meta.jaxb, die Typen mit Argumenten vom Typ SyntheticEnumType zurückgebenMethoden in org.jooq.meta.jaxb mit Parametern vom Typ SyntheticEnumTypeModifizierer und TypMethodeBeschreibungSyntheticObjectsType.withEnums(SyntheticEnumType... values) Methodenparameter in org.jooq.meta.jaxb mit Typargumenten vom Typ SyntheticEnumTypeModifizierer und TypMethodeBeschreibungvoidSyntheticObjectsType.setEnums(List<SyntheticEnumType> enums) SyntheticObjectsType.withEnums(Collection<SyntheticEnumType> values) SyntheticObjectsType.withEnums(List<SyntheticEnumType> enums)