Uses of Class
org.jooq.meta.jaxb.SyntheticReadonlyColumnType
-
Packages that use SyntheticReadonlyColumnType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of SyntheticReadonlyColumnType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticReadonlyColumnType Modifier and Type Method Description List<SyntheticReadonlyColumnType>AbstractDatabase. getConfiguredSyntheticReadonlyColumns()List<SyntheticReadonlyColumnType>Database. getConfiguredSyntheticReadonlyColumns()Get the configured synthetic readonly columns.List<SyntheticReadonlyColumnType>AbstractDatabase. getUnusedSyntheticReadonlyColumns()List<SyntheticReadonlyColumnType>Database. getUnusedSyntheticReadonlyColumns()Retrieve the not-yet used synthetic readonly columns.Methods in org.jooq.meta with parameters of type SyntheticReadonlyColumnType Modifier and Type Method Description voidAbstractDatabase. markUsed(SyntheticReadonlyColumnType readonlyColumn)voidDatabase. markUsed(SyntheticReadonlyColumnType readonlyColumn)Mark a synthetic readonly column as used. -
Uses of SyntheticReadonlyColumnType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticReadonlyColumnType Modifier and Type Field Description protected List<SyntheticReadonlyColumnType>SyntheticObjectsType. readonlyColumnsMethods in org.jooq.meta.jaxb that return SyntheticReadonlyColumnType Modifier and Type Method Description SyntheticReadonlyColumnTypeObjectFactory. createSyntheticReadonlyColumnType()Create an instance ofSyntheticReadonlyColumnTypeSyntheticReadonlyColumnTypeSyntheticReadonlyColumnType. withFields(String value)A regular expression matching all fields on which to apply this synthetic readonly column.SyntheticReadonlyColumnTypeSyntheticReadonlyColumnType. withTables(String value)A regular expression matching all tables on which to apply this synthetic readonly column.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticReadonlyColumnType Modifier and Type Method Description List<SyntheticReadonlyColumnType>SyntheticObjectsType. getReadonlyColumns()Methods in org.jooq.meta.jaxb with parameters of type SyntheticReadonlyColumnType Modifier and Type Method Description SyntheticObjectsTypeSyntheticObjectsType. withReadonlyColumns(SyntheticReadonlyColumnType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticReadonlyColumnType Modifier and Type Method Description voidSyntheticObjectsType. setReadonlyColumns(List<SyntheticReadonlyColumnType> readonlyColumns)SyntheticObjectsTypeSyntheticObjectsType. withReadonlyColumns(Collection<SyntheticReadonlyColumnType> values)SyntheticObjectsTypeSyntheticObjectsType. withReadonlyColumns(List<SyntheticReadonlyColumnType> readonlyColumns)
-