Verwendungen von Klasse
org.jooq.meta.jaxb.SyntheticReadonlyColumnType
Packages, die SyntheticReadonlyColumnType verwenden
-
Verwendungen von SyntheticReadonlyColumnType in org.jooq.meta
Methoden in org.jooq.meta, die Typen mit Argumenten vom Typ SyntheticReadonlyColumnType zurückgebenModifizierer und TypMethodeBeschreibungAbstractDatabase.getConfiguredSyntheticReadonlyColumns()Database.getConfiguredSyntheticReadonlyColumns()Get the configured synthetic readonly columns.AbstractDatabase.getUnusedSyntheticReadonlyColumns()Database.getUnusedSyntheticReadonlyColumns()Retrieve the not-yet used synthetic readonly columns.Methoden in org.jooq.meta mit Parametern vom Typ SyntheticReadonlyColumnTypeModifizierer und TypMethodeBeschreibungvoidAbstractDatabase.markUsed(SyntheticReadonlyColumnType readonlyColumn) voidDatabase.markUsed(SyntheticReadonlyColumnType readonlyColumn) Mark a synthetic readonly column as used. -
Verwendungen von SyntheticReadonlyColumnType in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb mit Typparametern vom Typ SyntheticReadonlyColumnTypeModifizierer und TypFeldBeschreibungprotected List<SyntheticReadonlyColumnType> SyntheticObjectsType.readonlyColumnsMethoden in org.jooq.meta.jaxb, die SyntheticReadonlyColumnType zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.createSyntheticReadonlyColumnType()Create an instance ofSyntheticReadonlyColumnTypeSyntheticReadonlyColumnType.withFields(String value) A regular expression matching all fields on which to apply this synthetic readonly column.SyntheticReadonlyColumnType.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.SyntheticReadonlyColumnType.withTables(String value) A regular expression matching all tables on which to apply this synthetic readonly column.Methoden in org.jooq.meta.jaxb, die Typen mit Argumenten vom Typ SyntheticReadonlyColumnType zurückgebenMethoden in org.jooq.meta.jaxb mit Parametern vom Typ SyntheticReadonlyColumnTypeModifizierer und TypMethodeBeschreibungSyntheticObjectsType.withReadonlyColumns(SyntheticReadonlyColumnType... values) Methodenparameter in org.jooq.meta.jaxb mit Typargumenten vom Typ SyntheticReadonlyColumnTypeModifizierer und TypMethodeBeschreibungvoidSyntheticObjectsType.setReadonlyColumns(List<SyntheticReadonlyColumnType> readonlyColumns) SyntheticObjectsType.withReadonlyColumns(Collection<SyntheticReadonlyColumnType> values) SyntheticObjectsType.withReadonlyColumns(List<SyntheticReadonlyColumnType> readonlyColumns)