Uses of Class
org.jooq.meta.jaxb.SyntheticPrimaryKeyType
Packages that use SyntheticPrimaryKeyType
-
Uses of SyntheticPrimaryKeyType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticPrimaryKeyTypeModifier and TypeMethodDescriptionAbstractDatabase.getConfiguredSyntheticPrimaryKeys()Database.getConfiguredSyntheticPrimaryKeys()Get the configured synthetic primary keys.AbstractDatabase.getUnusedSyntheticPrimaryKeys()Database.getUnusedSyntheticPrimaryKeys()Retrieve the not-yet used synthetic primary keys.Methods in org.jooq.meta with parameters of type SyntheticPrimaryKeyTypeModifier and TypeMethodDescriptionvoidAbstractDatabase.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 SyntheticPrimaryKeyTypeModifier and TypeFieldDescriptionprotected List<SyntheticPrimaryKeyType>SyntheticObjectsType.primaryKeysMethods in org.jooq.meta.jaxb that return SyntheticPrimaryKeyTypeModifier and TypeMethodDescriptionObjectFactory.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.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticPrimaryKeyTypeMethods in org.jooq.meta.jaxb with parameters of type SyntheticPrimaryKeyTypeModifier and TypeMethodDescriptionSyntheticObjectsType.withPrimaryKeys(SyntheticPrimaryKeyType... values) Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticPrimaryKeyTypeModifier and TypeMethodDescriptionvoidSyntheticObjectsType.setPrimaryKeys(List<SyntheticPrimaryKeyType> primaryKeys) SyntheticObjectsType.withPrimaryKeys(Collection<SyntheticPrimaryKeyType> values) SyntheticObjectsType.withPrimaryKeys(List<SyntheticPrimaryKeyType> primaryKeys)