org.hibernate.ejb.test.inheritance
Class Fruit_

java.lang.Object
  extended by org.hibernate.ejb.test.inheritance.Fruit_
Direct Known Subclasses:
Strawberry_

public abstract class Fruit_
extends Object


Field Summary
static SingularAttribute<Fruit,Long> id
           
 
Constructor Summary
Fruit_()
           
 
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<Fruit,Long> id
Constructor Detail

Fruit_

public Fruit_()


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