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

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

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

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

Methods in org.hibernate.ejb.test.cascade that return Troop
 Troop Soldier.getTroop()
           
 

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



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