Uses of Class
org.hibernate.test.annotations.quote.Role

Packages that use Role
org.hibernate.test.annotations.quote   
 

Uses of Role in org.hibernate.test.annotations.quote
 

Methods in org.hibernate.test.annotations.quote that return types with arguments of type Role
 Set<Role> User.getRoles()
           
 

Method parameters in org.hibernate.test.annotations.quote with type arguments of type Role
 void User.setRoles(Set<Role> roles)
           
 



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