org.hibernate.ejb.test.cascade
Class Troop_

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

public abstract class Troop_
extends Object


Field Summary
static SingularAttribute<Troop,Integer> id
           
static SingularAttribute<Troop,String> name
           
static SetAttribute<Troop,Soldier> soldiers
           
 
Constructor Summary
Troop_()
           
 
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<Troop,Integer> id

soldiers

public static volatile SetAttribute<Troop,Soldier> soldiers

name

public static volatile SingularAttribute<Troop,String> name
Constructor Detail

Troop_

public Troop_()


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