Uses of Class
org.jooq.meta.jaxb.SyntheticPrimaryKeyType
-
Packages that use SyntheticPrimaryKeyType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of SyntheticPrimaryKeyType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticPrimaryKeyType Modifier and Type Method Description List<SyntheticPrimaryKeyType>AbstractDatabase. getConfiguredSyntheticPrimaryKeys()List<SyntheticPrimaryKeyType>Database. getConfiguredSyntheticPrimaryKeys()Get the configured synthetic primary keys.List<SyntheticPrimaryKeyType>AbstractDatabase. getUnusedSyntheticPrimaryKeys()List<SyntheticPrimaryKeyType>Database. getUnusedSyntheticPrimaryKeys()Retrieve the not-yet used synthetic primary keys.Methods in org.jooq.meta with parameters of type SyntheticPrimaryKeyType Modifier and Type Method Description voidAbstractDatabase. markUsed(SyntheticPrimaryKeyType primaryKey)voidDatabase. markUsed(SyntheticPrimaryKeyType primaryKey)Mark a synthetic primary key as used. -
Uses of SyntheticPrimaryKeyType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticPrimaryKeyType Modifier and Type Field Description protected List<SyntheticPrimaryKeyType>SyntheticObjectsType. primaryKeysMethods in org.jooq.meta.jaxb that return SyntheticPrimaryKeyType Modifier and Type Method Description SyntheticPrimaryKeyTypeObjectFactory. createSyntheticPrimaryKeyType()Create an instance ofSyntheticPrimaryKeyTypeSyntheticPrimaryKeyTypeSyntheticPrimaryKeyType. withFields(String... values)SyntheticPrimaryKeyTypeSyntheticPrimaryKeyType. withFields(Collection<String> values)SyntheticPrimaryKeyTypeSyntheticPrimaryKeyType. withFields(List<String> fields)SyntheticPrimaryKeyTypeSyntheticPrimaryKeyType. withKey(String value)A regular expression matching all unique keys and unique indexes which should be treated as primary key.SyntheticPrimaryKeyTypeSyntheticPrimaryKeyType. withName(String value)The optional primary key name.SyntheticPrimaryKeyTypeSyntheticPrimaryKeyType. withTables(String value)A regular expression matching all tables on which to apply this synthetic primary key.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticPrimaryKeyType Modifier and Type Method Description List<SyntheticPrimaryKeyType>SyntheticObjectsType. getPrimaryKeys()Methods in org.jooq.meta.jaxb with parameters of type SyntheticPrimaryKeyType Modifier and Type Method Description SyntheticObjectsTypeSyntheticObjectsType. withPrimaryKeys(SyntheticPrimaryKeyType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticPrimaryKeyType Modifier and Type Method Description voidSyntheticObjectsType. setPrimaryKeys(List<SyntheticPrimaryKeyType> primaryKeys)SyntheticObjectsTypeSyntheticObjectsType. withPrimaryKeys(Collection<SyntheticPrimaryKeyType> values)SyntheticObjectsTypeSyntheticObjectsType. withPrimaryKeys(List<SyntheticPrimaryKeyType> primaryKeys)
-