org.hibernate.ejb.test.cascade
Class Soldier_

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

public abstract class Soldier_
extends Object


Field Summary
static SingularAttribute<Soldier,Integer> hashCode
           
static SingularAttribute<Soldier,Integer> id
           
static SingularAttribute<Soldier,String> name
           
static SingularAttribute<Soldier,Troop> troop
           
 
Constructor Summary
Soldier_()
           
 
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<Soldier,Integer> id

name

public static volatile SingularAttribute<Soldier,String> name

hashCode

public static volatile SingularAttribute<Soldier,Integer> hashCode

troop

public static volatile SingularAttribute<Soldier,Troop> troop
Constructor Detail

Soldier_

public Soldier_()


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