Uses of Class
org.jooq.meta.jaxb.SyntheticReadonlyColumnType
Packages that use SyntheticReadonlyColumnType
-
Uses of SyntheticReadonlyColumnType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticReadonlyColumnTypeModifier and TypeMethodDescriptionAbstractDatabase.getConfiguredSyntheticReadonlyColumns()Database.getConfiguredSyntheticReadonlyColumns()Get the configured synthetic readonly columns.AbstractDatabase.getUnusedSyntheticReadonlyColumns()Database.getUnusedSyntheticReadonlyColumns()Retrieve the not-yet used synthetic readonly columns.Methods in org.jooq.meta with parameters of type SyntheticReadonlyColumnTypeModifier and TypeMethodDescriptionvoidAbstractDatabase.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 SyntheticReadonlyColumnTypeModifier and TypeFieldDescriptionprotected List<SyntheticReadonlyColumnType>SyntheticObjectsType.readonlyColumnsMethods in org.jooq.meta.jaxb that return SyntheticReadonlyColumnTypeModifier and TypeMethodDescriptionObjectFactory.createSyntheticReadonlyColumnType()Create an instance ofSyntheticReadonlyColumnTypeSyntheticReadonlyColumnType.withFields(String value) A regular expression matching all fields on which to apply this synthetic readonly column.SyntheticReadonlyColumnType.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 SyntheticReadonlyColumnTypeMethods in org.jooq.meta.jaxb with parameters of type SyntheticReadonlyColumnTypeModifier and TypeMethodDescriptionSyntheticObjectsType.withReadonlyColumns(SyntheticReadonlyColumnType... values) Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticReadonlyColumnTypeModifier and TypeMethodDescriptionvoidSyntheticObjectsType.setReadonlyColumns(List<SyntheticReadonlyColumnType> readonlyColumns) SyntheticObjectsType.withReadonlyColumns(Collection<SyntheticReadonlyColumnType> values) SyntheticObjectsType.withReadonlyColumns(List<SyntheticReadonlyColumnType> readonlyColumns)