Uses of Class
org.hibernate.mapping.UniqueKey
-
Packages that use UniqueKey Package Description org.hibernate.dialect.unique Support for Dialect-specific unique constraint definitionorg.hibernate.mapping -
-
Uses of UniqueKey in org.hibernate.dialect.unique
Methods in org.hibernate.dialect.unique with parameters of type UniqueKey Modifier and Type Method Description StringDB2UniqueDelegate. getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata)StringDefaultUniqueDelegate. getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata)StringInformixUniqueDelegate. getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata)StringUniqueDelegate. getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata)Get the SQL ALTER TABLE command to be used to create the given UniqueKey.StringDB2UniqueDelegate. getAlterTableToDropUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata)StringDefaultUniqueDelegate. getAlterTableToDropUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata)StringUniqueDelegate. getAlterTableToDropUniqueKeyCommand(UniqueKey uniqueKey, Metadata metadata)Get the SQL ALTER TABLE command to be used to drop the given UniqueKey.protected StringDefaultUniqueDelegate. uniqueConstraintSql(UniqueKey uniqueKey) -
Uses of UniqueKey in org.hibernate.mapping
Methods in org.hibernate.mapping that return UniqueKey Modifier and Type Method Description UniqueKeyTable. addUniqueKey(UniqueKey uniqueKey)UniqueKeyTable. createUniqueKey(List keyColumns)UniqueKeyTable. getOrCreateUniqueKey(String keyName)UniqueKeyTable. getUniqueKey(String keyName)Methods in org.hibernate.mapping that return types with arguments of type UniqueKey Modifier and Type Method Description Iterator<UniqueKey>Table. getUniqueKeyIterator()Methods in org.hibernate.mapping with parameters of type UniqueKey Modifier and Type Method Description UniqueKeyTable. addUniqueKey(UniqueKey uniqueKey)
-