Uses of Class
org.jooq.meta.jaxb.SyntheticColumnType
Packages that use SyntheticColumnType
-
Uses of SyntheticColumnType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticColumnTypeModifier and TypeMethodDescriptionAbstractDatabase.getConfiguredSyntheticColumns()Database.getConfiguredSyntheticColumns()Get the configured synthetic columns.AbstractDatabase.getUnusedSyntheticColumns()Database.getUnusedSyntheticColumns()Retrieve the not-yet used synthetic columns.Methods in org.jooq.meta with parameters of type SyntheticColumnTypeModifier and TypeMethodDescriptionvoidAbstractDatabase.markUsed(SyntheticColumnType column) voidDatabase.markUsed(SyntheticColumnType readonlyColumn) Mark a synthetic column as used. -
Uses of SyntheticColumnType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticColumnTypeModifier and TypeFieldDescriptionprotected List<SyntheticColumnType>SyntheticObjectsType.columnsMethods in org.jooq.meta.jaxb that return SyntheticColumnTypeModifier and TypeMethodDescriptionObjectFactory.createSyntheticColumnType()Create an instance ofSyntheticColumnTypeSyntheticColumnType.withComment(String value) The column comment.The column name.SyntheticColumnType.withTables(String value) A regular expression matching all tables on which to apply this synthetic readonly column.The column type.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticColumnTypeMethods in org.jooq.meta.jaxb with parameters of type SyntheticColumnTypeModifier and TypeMethodDescriptionSyntheticObjectsType.withColumns(SyntheticColumnType... values) Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticColumnTypeModifier and TypeMethodDescriptionvoidSyntheticObjectsType.setColumns(List<SyntheticColumnType> columns) SyntheticObjectsType.withColumns(Collection<SyntheticColumnType> values) SyntheticObjectsType.withColumns(List<SyntheticColumnType> columns)