org.hibernate.ejb.test.cascade
Class Soldier2_

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

public abstract class Soldier2_
extends Object


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

name

public static volatile SingularAttribute<Soldier2,String> name

hashCode

public static volatile SingularAttribute<Soldier2,Integer> hashCode

troop

public static volatile SingularAttribute<Soldier2,Troop2> troop
Constructor Detail

Soldier2_

public Soldier2_()


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