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

Packages that use User
org.hibernate.test.extralazy   
 

Uses of User in org.hibernate.test.extralazy
 

Methods in org.hibernate.test.extralazy that return User
 User Document.getOwner()
           
 

Methods in org.hibernate.test.extralazy with parameters of type User
 void Document.setOwner(User owner)
           
 

Constructors in org.hibernate.test.extralazy with parameters of type User
Document(String title, String content, User owner)
           
 



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