Uses of Class
org.hibernate.mapping.UniqueKey
-
Packages that use UniqueKey Package Description org.hibernate.dialect.unique Support forDialect
-specific unique constraint definition.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of UniqueKey in org.hibernate.dialect.unique
-
Uses of UniqueKey in org.hibernate.mapping
Methods in org.hibernate.mapping that return UniqueKey Modifier and Type Method Description UniqueKey
Table. addUniqueKey(UniqueKey uniqueKey)
UniqueKey
Table. getOrCreateUniqueKey(String keyName)
UniqueKey
PrimaryKey. getOrderingUniqueKey()
UniqueKey
Table. getUniqueKey(String keyName)
Methods in org.hibernate.mapping that return types with arguments of type UniqueKey Modifier and Type Method Description Iterator<UniqueKey>
DenormalizedTable. getUniqueKeyIterator()
Deprecated, for removal: This API element is subject to removal in a future version.Iterator<UniqueKey>
Table. getUniqueKeyIterator()
Deprecated, for removal: This API element is subject to removal in a future version.No longer used, should be removedMap<String,UniqueKey>
Table. getUniqueKeys()
Methods in org.hibernate.mapping with parameters of type UniqueKey Modifier and Type Method Description UniqueKey
Table. addUniqueKey(UniqueKey uniqueKey)
void
PrimaryKey. setOrderingUniqueKey(UniqueKey uniqueKey)
-