org.hibernate.ejb.test.cascade
Class Son_

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

public abstract class Son_
extends Object


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

parent

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

Son_

public Son_()


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