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

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

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

Fields in org.hibernate.ejb.test.cascade with type parameters of type Troop2
static SingularAttribute<Troop2,Integer> Troop2_.id
           
static SingularAttribute<Troop2,String> Troop2_.name
           
static SingularAttribute<Soldier2,Troop2> Soldier2_.troop
           
 

Methods in org.hibernate.ejb.test.cascade that return Troop2
 Troop2 Soldier2.getTroop()
           
 

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



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