org.hibernate.ejb.test.cascade
Class Grandson_

java.lang.Object
  extended by org.hibernate.ejb.test.cascade.Grandson_

public abstract class Grandson_
extends Object


Field Summary
static SingularAttribute<Grandson,Integer> id
           
static SingularAttribute<Grandson,Son> parent
           
 
Constructor Summary
Grandson_()
           
 
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<Grandson,Integer> id

parent

public static volatile SingularAttribute<Grandson,Son> parent
Constructor Detail

Grandson_

public Grandson_()


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