|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UniqueKey | |
---|---|
org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
org.hibernate.dialect.unique | |
org.hibernate.mapping | This package defines the Hibernate configuration-time metamodel. |
Uses of UniqueKey in org.hibernate.cfg |
---|
Methods in org.hibernate.cfg with parameters of type UniqueKey | |
---|---|
protected static void |
HbmBinder.createClassProperties(org.dom4j.Element node,
PersistentClass persistentClass,
Mappings mappings,
Map inheritedMetas,
UniqueKey uniqueKey,
boolean mutable,
boolean nullable,
boolean naturalId)
|
Uses of UniqueKey in org.hibernate.dialect.unique |
---|
Methods in org.hibernate.dialect.unique with parameters of type UniqueKey | |
---|---|
String |
UniqueDelegate.applyUniquesOnAlter(UniqueKey uniqueKey,
String defaultCatalog,
String defaultSchema)
If creating unique constraints in separate alter statements is supported, generate the necessary "alter" syntax for the given key. |
String |
DB2UniqueDelegate.applyUniquesOnAlter(UniqueKey uniqueKey,
String defaultCatalog,
String defaultSchema)
|
String |
DefaultUniqueDelegate.applyUniquesOnAlter(UniqueKey uniqueKey,
String defaultCatalog,
String defaultSchema)
|
String |
UniqueDelegate.dropUniquesOnAlter(UniqueKey uniqueKey,
String defaultCatalog,
String defaultSchema)
If dropping unique constraints in separate alter statements is supported, generate the necessary "alter" syntax for the given key. |
String |
DB2UniqueDelegate.dropUniquesOnAlter(UniqueKey uniqueKey,
String defaultCatalog,
String defaultSchema)
|
String |
DefaultUniqueDelegate.dropUniquesOnAlter(UniqueKey uniqueKey,
String defaultCatalog,
String defaultSchema)
|
String |
UniqueDelegate.uniqueConstraintSql(UniqueKey uniqueKey)
Generates the syntax necessary to create the unique constraint (reused by all methods). |
String |
DefaultUniqueDelegate.uniqueConstraintSql(UniqueKey uniqueKey)
|
Uses of UniqueKey in org.hibernate.mapping |
---|
Methods in org.hibernate.mapping that return UniqueKey | |
---|---|
UniqueKey |
Table.addUniqueKey(UniqueKey uniqueKey)
|
UniqueKey |
Table.createUniqueKey(List keyColumns)
|
UniqueKey |
Table.getOrCreateUniqueKey(String keyName)
|
UniqueKey |
Table.getUniqueKey(String keyName)
|
Methods in org.hibernate.mapping with parameters of type UniqueKey | |
---|---|
UniqueKey |
Table.addUniqueKey(UniqueKey uniqueKey)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |