Uses of Class
org.hibernate.ejb.test.association.Oven

Packages that use Oven
org.hibernate.ejb.test.association   
 

Uses of Oven in org.hibernate.ejb.test.association
 

Fields in org.hibernate.ejb.test.association with type parameters of type Oven
static SingularAttribute<Oven,Long> Oven_.id
           
static SingularAttribute<Oven,Kitchen> Oven_.kitchen
           
static SingularAttribute<Kitchen,Oven> Kitchen_.oven
           
 

Methods in org.hibernate.ejb.test.association that return Oven
 Oven Kitchen.getOven()
           
 

Methods in org.hibernate.ejb.test.association with parameters of type Oven
 void Kitchen.setOven(Oven oven)
           
 



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