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
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.Iterator<UniqueKey>
Table. getUniqueKeyIterator()
Deprecated.Map<String,UniqueKey>
Table. getUniqueKeys()
Methods in org.hibernate.mapping with parameters of type UniqueKey Modifier and Type Method Description UniqueKey
Table. addUniqueKey(UniqueKey uniqueKey)
-