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

Packages that use ForeignKey
com.redhat.persistence.metadata   
 

Uses of ForeignKey in com.redhat.persistence.metadata
 

Methods in com.redhat.persistence.metadata that return ForeignKey
 ForeignKey JoinThrough.getFrom()
           
 ForeignKey JoinThrough.getTo()
           
 ForeignKey JoinFrom.getKey()
           
 ForeignKey JoinTo.getKey()
           
 ForeignKey Table.getForeignKey(Column[] columns)
           
 ForeignKey Table.getForeignKey(Column column)
           
 

Constructors in com.redhat.persistence.metadata with parameters of type ForeignKey
JoinThrough(Path path, ForeignKey from, ForeignKey to)
           
JoinFrom(Path path, ForeignKey key)
           
JoinTo(Path path, ForeignKey key)
           
 



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