org.hibernate.ejb.test.association
Class Kitchen_

java.lang.Object
  extended by org.hibernate.ejb.test.association.Kitchen_

public abstract class Kitchen_
extends Object


Field Summary
static SingularAttribute<Kitchen,Long> id
           
static SingularAttribute<Kitchen,Oven> oven
           
 
Constructor Summary
Kitchen_()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public static volatile SingularAttribute<Kitchen,Long> id

oven

public static volatile SingularAttribute<Kitchen,Oven> oven
Constructor Detail

Kitchen_

public Kitchen_()


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