Uses of Class
org.hibernate.test.annotations.manytomany.Permission

Packages that use Permission
org.hibernate.test.annotations.manytomany   
 

Uses of Permission in org.hibernate.test.annotations.manytomany
 

Methods in org.hibernate.test.annotations.manytomany that return types with arguments of type Permission
 Collection<Permission> Group.getPermissions()
           
 Set<Permission> GroupWithSet.getPermissions()
           
 

Method parameters in org.hibernate.test.annotations.manytomany with type arguments of type Permission
 void Group.setPermissions(Collection<Permission> permissions)
           
 void GroupWithSet.setPermissions(Set<Permission> permissions)
           
 



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