org.hibernate.ejb.test.cascade
Class Troop2_

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

public abstract class Troop2_
extends Object


Field Summary
static SingularAttribute<Troop2,Integer> id
           
static SingularAttribute<Troop2,String> name
           
 
Constructor Summary
Troop2_()
           
 
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<Troop2,Integer> id

name

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

Troop2_

public Troop2_()


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