|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UniqueKey | |
com.redhat.persistence.metadata |
Uses of UniqueKey in com.redhat.persistence.metadata |
Methods in com.redhat.persistence.metadata that return UniqueKey | |
UniqueKey |
ForeignKey.getUniqueKey()
|
UniqueKey |
Table.getPrimaryKey()
|
UniqueKey |
Table.getUniqueKey(Column[] columns)
|
UniqueKey |
Table.getUniqueKey(Column column)
|
Methods in com.redhat.persistence.metadata with parameters of type UniqueKey | |
void |
Table.setPrimaryKey(UniqueKey constraint)
|
Constructors in com.redhat.persistence.metadata with parameters of type UniqueKey | |
ForeignKey(Table table,
String name,
Column[] columns,
UniqueKey key,
boolean cascade)
|
|
ForeignKey(Table table,
String name,
Column[] columns,
UniqueKey key)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |