Uses of Class
org.jooq.meta.jaxb.SyntheticObjectsType
Packages that use SyntheticObjectsType
-
Uses of SyntheticObjectsType in org.jooq.meta
Methods in org.jooq.meta with parameters of type SyntheticObjectsTypeModifier and TypeMethodDescriptionvoidAbstractDatabase.setConfiguredSyntheticObjects(SyntheticObjectsType configuredSyntheticObjects) voidDatabase.setConfiguredSyntheticObjects(SyntheticObjectsType configuredSyntheticObjects) Configure the synthetic objects. -
Uses of SyntheticObjectsType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as SyntheticObjectsTypeMethods in org.jooq.meta.jaxb that return SyntheticObjectsTypeModifier and TypeMethodDescriptionObjectFactory.createSyntheticObjectsType()Create an instance ofSyntheticObjectsTypeDatabase.getSyntheticObjects()The synthetic objects configuration.SyntheticObjectsType.withColumns(Collection<SyntheticColumnType> values) SyntheticObjectsType.withColumns(List<SyntheticColumnType> columns) SyntheticObjectsType.withColumns(SyntheticColumnType... values) SyntheticObjectsType.withDaos(Collection<SyntheticDaoType> values) SyntheticObjectsType.withDaos(List<SyntheticDaoType> daos) SyntheticObjectsType.withDaos(SyntheticDaoType... values) SyntheticObjectsType.withForeignKeys(Collection<SyntheticForeignKeyType> values) SyntheticObjectsType.withForeignKeys(List<SyntheticForeignKeyType> foreignKeys) SyntheticObjectsType.withForeignKeys(SyntheticForeignKeyType... values) SyntheticObjectsType.withIdentities(Collection<SyntheticIdentityType> values) SyntheticObjectsType.withIdentities(List<SyntheticIdentityType> identities) SyntheticObjectsType.withIdentities(SyntheticIdentityType... values) SyntheticObjectsType.withPrimaryKeys(Collection<SyntheticPrimaryKeyType> values) SyntheticObjectsType.withPrimaryKeys(List<SyntheticPrimaryKeyType> primaryKeys) SyntheticObjectsType.withPrimaryKeys(SyntheticPrimaryKeyType... values) SyntheticObjectsType.withReadonlyColumns(Collection<SyntheticReadonlyColumnType> values) SyntheticObjectsType.withReadonlyColumns(List<SyntheticReadonlyColumnType> readonlyColumns) SyntheticObjectsType.withReadonlyColumns(SyntheticReadonlyColumnType... values) SyntheticObjectsType.withReadonlyRowids(Collection<SyntheticReadonlyRowidType> values) SyntheticObjectsType.withReadonlyRowids(List<SyntheticReadonlyRowidType> readonlyRowids) SyntheticObjectsType.withReadonlyRowids(SyntheticReadonlyRowidType... values) SyntheticObjectsType.withUniqueKeys(Collection<SyntheticUniqueKeyType> values) SyntheticObjectsType.withUniqueKeys(List<SyntheticUniqueKeyType> uniqueKeys) SyntheticObjectsType.withUniqueKeys(SyntheticUniqueKeyType... values) SyntheticObjectsType.withViews(Collection<SyntheticViewType> values) SyntheticObjectsType.withViews(List<SyntheticViewType> views) SyntheticObjectsType.withViews(SyntheticViewType... values) Methods in org.jooq.meta.jaxb with parameters of type SyntheticObjectsTypeModifier and TypeMethodDescriptionvoidDatabase.setSyntheticObjects(SyntheticObjectsType value) The synthetic objects configuration.Database.withSyntheticObjects(SyntheticObjectsType value) The synthetic objects configuration.