org.hibernate.ejb.test.association
Class Oven_

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

public abstract class Oven_
extends Object


Field Summary
static SingularAttribute<Oven,Long> id
           
static SingularAttribute<Oven,Kitchen> kitchen
           
 
Constructor Summary
Oven_()
           
 
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<Oven,Long> id

kitchen

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

Oven_

public Oven_()


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