Uses of Class
com.redhat.persistence.metadata.UniqueKey

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)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC