Verwendungen von Klasse
org.jooq.meta.jaxb.SyntheticColumnType
Packages, die SyntheticColumnType verwenden
-
Verwendungen von SyntheticColumnType in org.jooq.meta
Methoden in org.jooq.meta, die Typen mit Argumenten vom Typ SyntheticColumnType zurückgebenModifizierer und TypMethodeBeschreibungAbstractDatabase.getConfiguredSyntheticColumns()Database.getConfiguredSyntheticColumns()Get the configured synthetic columns.AbstractDatabase.getUnusedSyntheticColumns()Database.getUnusedSyntheticColumns()Retrieve the not-yet used synthetic columns.Methoden in org.jooq.meta mit Parametern vom Typ SyntheticColumnTypeModifizierer und TypMethodeBeschreibungvoidAbstractDatabase.markUsed(SyntheticColumnType column) voidDatabase.markUsed(SyntheticColumnType readonlyColumn) Mark a synthetic column as used. -
Verwendungen von SyntheticColumnType in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb mit Typparametern vom Typ SyntheticColumnTypeModifizierer und TypFeldBeschreibungprotected List<SyntheticColumnType> SyntheticObjectsType.columnsMethoden in org.jooq.meta.jaxb, die SyntheticColumnType zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.createSyntheticColumnType()Create an instance ofSyntheticColumnTypeSyntheticColumnType.withComment(String value) The column comment.SyntheticColumnType.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.The column name.SyntheticColumnType.withTables(String value) A regular expression matching all tables on which to apply this synthetic readonly column.The column type.Methoden in org.jooq.meta.jaxb, die Typen mit Argumenten vom Typ SyntheticColumnType zurückgebenMethoden in org.jooq.meta.jaxb mit Parametern vom Typ SyntheticColumnTypeModifizierer und TypMethodeBeschreibungSyntheticObjectsType.withColumns(SyntheticColumnType... values) Methodenparameter in org.jooq.meta.jaxb mit Typargumenten vom Typ SyntheticColumnTypeModifizierer und TypMethodeBeschreibungvoidSyntheticObjectsType.setColumns(List<SyntheticColumnType> columns) SyntheticObjectsType.withColumns(Collection<SyntheticColumnType> values) SyntheticObjectsType.withColumns(List<SyntheticColumnType> columns)