Uses of Class
org.jooq.meta.jaxb.SyntheticUniqueKeyType
-
Packages that use SyntheticUniqueKeyType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of SyntheticUniqueKeyType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticUniqueKeyType Modifier and Type Method Description List<SyntheticUniqueKeyType>AbstractDatabase. getConfiguredSyntheticUniqueKeys()List<SyntheticUniqueKeyType>Database. getConfiguredSyntheticUniqueKeys()Get the configured synthetic unique keys.List<SyntheticUniqueKeyType>AbstractDatabase. getUnusedSyntheticUniqueKeys()List<SyntheticUniqueKeyType>Database. getUnusedSyntheticUniqueKeys()Retrieve the not-yet used synthetic unique keys.Methods in org.jooq.meta with parameters of type SyntheticUniqueKeyType Modifier and Type Method Description voidAbstractDatabase. 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 SyntheticUniqueKeyType Modifier and Type Field Description protected List<SyntheticUniqueKeyType>SyntheticObjectsType. uniqueKeysMethods in org.jooq.meta.jaxb that return SyntheticUniqueKeyType Modifier and Type Method Description SyntheticUniqueKeyTypeObjectFactory. createSyntheticUniqueKeyType()Create an instance ofSyntheticUniqueKeyTypeSyntheticUniqueKeyTypeSyntheticUniqueKeyType. withFields(String... values)SyntheticUniqueKeyTypeSyntheticUniqueKeyType. withFields(Collection<String> values)SyntheticUniqueKeyTypeSyntheticUniqueKeyType. withFields(List<String> fields)SyntheticUniqueKeyTypeSyntheticUniqueKeyType. withName(String value)The optional unique key name.SyntheticUniqueKeyTypeSyntheticUniqueKeyType. 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 SyntheticUniqueKeyType Modifier and Type Method Description List<SyntheticUniqueKeyType>SyntheticObjectsType. getUniqueKeys()Methods in org.jooq.meta.jaxb with parameters of type SyntheticUniqueKeyType Modifier and Type Method Description SyntheticObjectsTypeSyntheticObjectsType. withUniqueKeys(SyntheticUniqueKeyType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticUniqueKeyType Modifier and Type Method Description voidSyntheticObjectsType. setUniqueKeys(List<SyntheticUniqueKeyType> uniqueKeys)SyntheticObjectsTypeSyntheticObjectsType. withUniqueKeys(Collection<SyntheticUniqueKeyType> values)SyntheticObjectsTypeSyntheticObjectsType. withUniqueKeys(List<SyntheticUniqueKeyType> uniqueKeys)
-