Uses of Class
org.hibernate.test.annotations.manytoone.Parent

Packages that use Parent
org.hibernate.test.annotations.manytoone   
 

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

Fields in org.hibernate.test.annotations.manytoone declared as Parent
 Parent Child.parent
           
 

Methods in org.hibernate.test.annotations.manytoone that return Parent
 Parent Car.getOwner()
           
 

Methods in org.hibernate.test.annotations.manytoone with parameters of type Parent
 void Car.setOwner(Parent owner)
           
 



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