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

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

public abstract class B1_
extends Object


Field Summary
static SingularAttribute<B1,A> a
           
static SetAttribute<B1,C1> c1List
           
static SingularAttribute<B1,Integer> id
           
 
Constructor Summary
B1_()
           
 
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<B1,Integer> id

a

public static volatile SingularAttribute<B1,A> a

c1List

public static volatile SetAttribute<B1,C1> c1List
Constructor Detail

B1_

public B1_()


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