Uses of Class
org.hibernate.test.timestamp.Person

Packages that use Person
org.hibernate.test.timestamp   
 

Uses of Person in org.hibernate.test.timestamp
 

Methods in org.hibernate.test.timestamp that return Person
 Person User.getPerson()
           
 

Methods in org.hibernate.test.timestamp with parameters of type Person
 void User.setPerson(Person person)
           
 

Constructors in org.hibernate.test.timestamp with parameters of type Person
User(String id, String pw, Person person)
           
 



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