Uses of Class
org.hibernate.ejb.test.cascade.Soldier

Packages that use Soldier
org.hibernate.ejb.test.cascade   
 

Uses of Soldier in org.hibernate.ejb.test.cascade
 

Fields in org.hibernate.ejb.test.cascade with type parameters of type Soldier
static SingularAttribute<Soldier,Integer> Soldier_.hashCode
           
static SingularAttribute<Soldier,Integer> Soldier_.id
           
static SingularAttribute<Soldier,String> Soldier_.name
           
static SetAttribute<Troop,Soldier> Troop_.soldiers
           
static SingularAttribute<Soldier,Troop> Soldier_.troop
           
 

Methods in org.hibernate.ejb.test.cascade that return types with arguments of type Soldier
 Set<Soldier> Troop.getSoldiers()
           
 

Methods in org.hibernate.ejb.test.cascade with parameters of type Soldier
 void Troop.addSoldier(Soldier s)
           
 

Method parameters in org.hibernate.ejb.test.cascade with type arguments of type Soldier
 void Troop.setSoldiers(Set<Soldier> soldiers)
           
 



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