Uses of Class
org.hibernate.test.manytomanyassociationclass.Group

Packages that use Group
org.hibernate.test.manytomanyassociationclass   
org.hibernate.test.manytomanyassociationclass.compositeid   
 

Uses of Group in org.hibernate.test.manytomanyassociationclass
 

Methods in org.hibernate.test.manytomanyassociationclass that return Group
 Group Membership.getGroup()
           
 Group AbstractManyToManyAssociationClassTest.getGroup()
           
 

Methods in org.hibernate.test.manytomanyassociationclass with parameters of type Group
 void User.addGroupMembership(Group group)
           
 void AbstractManyToManyAssociationClassTest.addMembership(User u, Group g, Membership ug)
           
 void AbstractManyToManyAssociationClassTest.deleteMembership(User u, Group g, Membership ug)
           
 void Membership.setGroup(Group group)
           
 

Uses of Group in org.hibernate.test.manytomanyassociationclass.compositeid
 

Methods in org.hibernate.test.manytomanyassociationclass.compositeid with parameters of type Group
 void MembershipWithCompositeId.setGroup(Group group)
           
 



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