Package | Description |
---|---|
org.hibernate.dialect.unique |
Support for Dialect-specific unique constraint definition
|
org.hibernate.metamodel.relational |
This package defines the metamodel of a relational database schema.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultUniqueDelegate.getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey) |
String |
UniqueDelegate.getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey)
Get the SQL ALTER TABLE command to be used to create the given UniqueKey.
|
String |
DB2UniqueDelegate.getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey) |
String |
InformixUniqueDelegate.getAlterTableToAddUniqueKeyCommand(UniqueKey uniqueKey) |
String |
DefaultUniqueDelegate.getAlterTableToDropUniqueKeyCommand(UniqueKey uniqueKey) |
String |
UniqueDelegate.getAlterTableToDropUniqueKeyCommand(UniqueKey uniqueKey)
Get the SQL ALTER TABLE command to be used to drop the given UniqueKey.
|
String |
DB2UniqueDelegate.getAlterTableToDropUniqueKeyCommand(UniqueKey uniqueKey) |
protected String |
DefaultUniqueDelegate.uniqueConstraintSql(UniqueKey uniqueKey) |
Modifier and Type | Method and Description |
---|---|
UniqueKey |
InLineView.getOrCreateUniqueKey(String name) |
UniqueKey |
TableSpecification.getOrCreateUniqueKey(String name) |
UniqueKey |
Table.getOrCreateUniqueKey(String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<UniqueKey> |
InLineView.getUniqueKeys() |
Iterable<UniqueKey> |
TableSpecification.getUniqueKeys() |
Iterable<UniqueKey> |
Table.getUniqueKeys() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.