Uses of Class
org.hibernate.test.querycache.Student

Packages that use Student
org.hibernate.test.querycache   
 

Uses of Student in org.hibernate.test.querycache
 

Methods in org.hibernate.test.querycache that return Student
 Student Enrolment.getStudent()
           
 Student Address.getStudent()
           
 

Methods in org.hibernate.test.querycache with parameters of type Student
 void Enrolment.setStudent(Student student)
           
 void Address.setStudent(Student student)
           
 

Constructors in org.hibernate.test.querycache with parameters of type Student
Address(Student student, String type, String street, String city, String stateProvince, String postalCode, String country)
           
 



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