Uses of Class
org.jooq.meta.jaxb.SyntheticUniqueKeyType
Packages that use SyntheticUniqueKeyType
-
Uses of SyntheticUniqueKeyType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticUniqueKeyTypeModifier and TypeMethodDescriptionAbstractDatabase.getConfiguredSyntheticUniqueKeys()Database.getConfiguredSyntheticUniqueKeys()Get the configured synthetic unique keys.AbstractDatabase.getUnusedSyntheticUniqueKeys()Database.getUnusedSyntheticUniqueKeys()Retrieve the not-yet used synthetic unique keys.Methods in org.jooq.meta with parameters of type SyntheticUniqueKeyTypeModifier and TypeMethodDescriptionvoidAbstractDatabase.markUsed(SyntheticUniqueKeyType uniqueKey) voidDatabase.markUsed(SyntheticUniqueKeyType uniqueKey) Mark a synthetic unique key as used. -
Uses of SyntheticUniqueKeyType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticUniqueKeyTypeModifier and TypeFieldDescriptionprotected List<SyntheticUniqueKeyType>SyntheticObjectsType.uniqueKeysMethods in org.jooq.meta.jaxb that return SyntheticUniqueKeyTypeModifier and TypeMethodDescriptionObjectFactory.createSyntheticUniqueKeyType()Create an instance ofSyntheticUniqueKeyTypeSyntheticUniqueKeyType.withFields(String... values) SyntheticUniqueKeyType.withFields(Collection<String> values) SyntheticUniqueKeyType.withFields(List<String> fields) The optional unique key name.SyntheticUniqueKeyType.withTables(String value) A regular expression matching all tables on which to apply this synthetic unique key.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticUniqueKeyTypeMethods in org.jooq.meta.jaxb with parameters of type SyntheticUniqueKeyTypeModifier and TypeMethodDescriptionSyntheticObjectsType.withUniqueKeys(SyntheticUniqueKeyType... values) Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticUniqueKeyTypeModifier and TypeMethodDescriptionvoidSyntheticObjectsType.setUniqueKeys(List<SyntheticUniqueKeyType> uniqueKeys) SyntheticObjectsType.withUniqueKeys(Collection<SyntheticUniqueKeyType> values) SyntheticObjectsType.withUniqueKeys(List<SyntheticUniqueKeyType> uniqueKeys)