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

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

Uses of User in org.hibernate.test.manytomanyassociationclass
 

Methods in org.hibernate.test.manytomanyassociationclass that return User
 User Membership.getUser()
           
 User AbstractManyToManyAssociationClassTest.getUser()
           
 

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

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

Methods in org.hibernate.test.manytomanyassociationclass.compositeid with parameters of type User
 void MembershipWithCompositeId.setUser(User user)
           
 



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