Uses of Class
org.hibernate.annotations.ForeignKey

Packages that use ForeignKey
org.hibernate.test.annotations.inheritance.joined   
org.hibernate.test.annotations.manytomany   
org.hibernate.test.annotations.manytoone   
org.hibernate.test.annotations.onetomany   
 

Uses of ForeignKey in org.hibernate.test.annotations.inheritance.joined
 

Classes in org.hibernate.test.annotations.inheritance.joined with annotations of type ForeignKey
 class Document
           
 

Uses of ForeignKey in org.hibernate.test.annotations.manytomany
 

Methods in org.hibernate.test.annotations.manytomany with annotations of type ForeignKey
 Set<Man> Woman.getMens()
           
 

Uses of ForeignKey in org.hibernate.test.annotations.manytoone
 

Methods in org.hibernate.test.annotations.manytoone with annotations of type ForeignKey
 BiggestForest ForestType.getBiggestRepresentative()
           
 Color Car.getBodyColor()
           
 

Uses of ForeignKey in org.hibernate.test.annotations.onetomany
 

Methods in org.hibernate.test.annotations.onetomany with annotations of type ForeignKey
 Set<Monkey> Trainer.getTrainedMonkeys()
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.