org.hibernate.ejb.test.inheritance
Class Strawberry_

java.lang.Object
  extended by org.hibernate.ejb.test.inheritance.Fruit_
      extended by org.hibernate.ejb.test.inheritance.Strawberry_

public abstract class Strawberry_
extends Fruit_


Field Summary
static SingularAttribute<Strawberry,Long> size
           
 
Fields inherited from class org.hibernate.ejb.test.inheritance.Fruit_
id
 
Constructor Summary
Strawberry_()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

public static volatile SingularAttribute<Strawberry,Long> size
Constructor Detail

Strawberry_

public Strawberry_()


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