org.hibernate.ejb.test.emops.cascade
Class B2_

java.lang.Object
  extended by org.hibernate.ejb.test.emops.cascade.B2_

public abstract class B2_
extends Object


Field Summary
static SingularAttribute<B2,A> a
           
static SetAttribute<B2,C2> c2List
           
static SingularAttribute<B2,Integer> id
           
 
Constructor Summary
B2_()
           
 
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<B2,Integer> id

a

public static volatile SingularAttribute<B2,A> a

c2List

public static volatile SetAttribute<B2,C2> c2List
Constructor Detail

B2_

public B2_()


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