Verwendungen von Klasse
org.jooq.meta.jaxb.SyntheticPrimaryKeyType
Packages, die SyntheticPrimaryKeyType verwenden
-
Verwendungen von SyntheticPrimaryKeyType in org.jooq.meta
Methoden in org.jooq.meta, die Typen mit Argumenten vom Typ SyntheticPrimaryKeyType zurückgebenModifizierer und TypMethodeBeschreibungAbstractDatabase.getConfiguredSyntheticPrimaryKeys()Database.getConfiguredSyntheticPrimaryKeys()Get the configured synthetic primary keys.AbstractDatabase.getUnusedSyntheticPrimaryKeys()Database.getUnusedSyntheticPrimaryKeys()Retrieve the not-yet used synthetic primary keys.Methoden in org.jooq.meta mit Parametern vom Typ SyntheticPrimaryKeyTypeModifizierer und TypMethodeBeschreibungvoidAbstractDatabase.markUsed(SyntheticPrimaryKeyType primaryKey) voidDatabase.markUsed(SyntheticPrimaryKeyType primaryKey) Mark a synthetic primary key as used. -
Verwendungen von SyntheticPrimaryKeyType in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb mit Typparametern vom Typ SyntheticPrimaryKeyTypeModifizierer und TypFeldBeschreibungprotected List<SyntheticPrimaryKeyType> SyntheticObjectsType.primaryKeysMethoden in org.jooq.meta.jaxb, die SyntheticPrimaryKeyType zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.createSyntheticPrimaryKeyType()Create an instance ofSyntheticPrimaryKeyTypeSyntheticPrimaryKeyType.withFields(String... values) SyntheticPrimaryKeyType.withFields(Collection<String> values) SyntheticPrimaryKeyType.withFields(List<String> fields) A regular expression matching all unique keys and unique indexes which should be treated as primary key.The optional primary key name.SyntheticPrimaryKeyType.withTables(String value) A regular expression matching all tables on which to apply this synthetic primary key.Methoden in org.jooq.meta.jaxb, die Typen mit Argumenten vom Typ SyntheticPrimaryKeyType zurückgebenMethoden in org.jooq.meta.jaxb mit Parametern vom Typ SyntheticPrimaryKeyTypeModifizierer und TypMethodeBeschreibungSyntheticObjectsType.withPrimaryKeys(SyntheticPrimaryKeyType... values) Methodenparameter in org.jooq.meta.jaxb mit Typargumenten vom Typ SyntheticPrimaryKeyTypeModifizierer und TypMethodeBeschreibungvoidSyntheticObjectsType.setPrimaryKeys(List<SyntheticPrimaryKeyType> primaryKeys) SyntheticObjectsType.withPrimaryKeys(Collection<SyntheticPrimaryKeyType> values) SyntheticObjectsType.withPrimaryKeys(List<SyntheticPrimaryKeyType> primaryKeys)