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

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

public abstract class A_
extends Object


Field Summary
static SetAttribute<A,B1> b1List
           
static SetAttribute<A,B2> b2List
           
static SetAttribute<A,B3> b3List
           
static SetAttribute<A,B4> b4List
           
static SingularAttribute<A,Integer> id
           
static SingularAttribute<A,String> name
           
 
Constructor Summary
A_()
           
 
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<A,Integer> id

b3List

public static volatile SetAttribute<A,B3> b3List

name

public static volatile SingularAttribute<A,String> name

b2List

public static volatile SetAttribute<A,B2> b2List

b4List

public static volatile SetAttribute<A,B4> b4List

b1List

public static volatile SetAttribute<A,B1> b1List
Constructor Detail

A_

public A_()


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