Verwendungen von Klasse
org.jooq.meta.jaxb.SyntheticObjectsType
Packages, die SyntheticObjectsType verwenden
-
Verwendungen von SyntheticObjectsType in org.jooq.meta
Methoden in org.jooq.meta mit Parametern vom Typ SyntheticObjectsTypeModifizierer und TypMethodeBeschreibungvoidAbstractDatabase.setConfiguredSyntheticObjects(SyntheticObjectsType configuredSyntheticObjects) voidDatabase.setConfiguredSyntheticObjects(SyntheticObjectsType configuredSyntheticObjects) Configure the synthetic objects. -
Verwendungen von SyntheticObjectsType in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb, die deklariert sind als SyntheticObjectsTypeMethoden in org.jooq.meta.jaxb, die SyntheticObjectsType zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.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.withEnums(Collection<SyntheticEnumType> values) SyntheticObjectsType.withEnums(List<SyntheticEnumType> enums) SyntheticObjectsType.withEnums(SyntheticEnumType... 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) Methoden in org.jooq.meta.jaxb mit Parametern vom Typ SyntheticObjectsTypeModifizierer und TypMethodeBeschreibungvoidDatabase.setSyntheticObjects(SyntheticObjectsType value) The synthetic objects configuration.Database.withSyntheticObjects(SyntheticObjectsType value) The synthetic objects configuration.