Package | Description |
---|---|
org.hibernate.dialect.unique | |
org.hibernate.metamodel.relational |
This package defines the metamodel of a relational database schema.
|
Modifier and Type | Method and Description |
---|---|
String |
UniqueDelegate.applyUniquesOnAlter(UniqueKey uniqueKey)
If creating unique constraints in separate alter statements is
supported, generate the necessary "alter" syntax for the given key.
|
String |
InformixUniqueDelegate.applyUniquesOnAlter(UniqueKey uniqueKey) |
String |
DefaultUniqueDelegate.applyUniquesOnAlter(UniqueKey uniqueKey) |
String |
DB2UniqueDelegate.applyUniquesOnAlter(UniqueKey uniqueKey) |
String |
UniqueDelegate.dropUniquesOnAlter(UniqueKey uniqueKey)
If dropping unique constraints in separate alter statements is
supported, generate the necessary "alter" syntax for the given key.
|
String |
DefaultUniqueDelegate.dropUniquesOnAlter(UniqueKey uniqueKey) |
String |
DB2UniqueDelegate.dropUniquesOnAlter(UniqueKey uniqueKey) |
String |
UniqueDelegate.uniqueConstraintSql(UniqueKey uniqueKey)
Generates the syntax necessary to create the unique constraint (reused
by all methods).
|
String |
DefaultUniqueDelegate.uniqueConstraintSql(UniqueKey uniqueKey) |
Modifier and Type | Method and Description |
---|---|
UniqueKey |
TableSpecification.getOrCreateUniqueKey(String name) |
UniqueKey |
Table.getOrCreateUniqueKey(String name) |
UniqueKey |
InLineView.getOrCreateUniqueKey(String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<UniqueKey> |
TableSpecification.getUniqueKeys() |
Iterable<UniqueKey> |
Table.getUniqueKeys() |
Iterable<UniqueKey> |
InLineView.getUniqueKeys() |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.