Uses of Class
org.hibernate.ejb.test.emops.Colony

Packages that use Colony
org.hibernate.ejb.test.emops   
 

Uses of Colony in org.hibernate.ejb.test.emops
 

Fields in org.hibernate.ejb.test.emops with type parameters of type Colony
static SetAttribute<Empire,Colony> Empire_.colonies
           
static SingularAttribute<Colony,Long> Colony_.id
           
 

Methods in org.hibernate.ejb.test.emops that return types with arguments of type Colony
 Set<Colony> Empire.getColonies()
           
 

Method parameters in org.hibernate.ejb.test.emops with type arguments of type Colony
 void Empire.setColonies(Set<Colony> colonies)
           
 



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