Uses of Class
org.hibernate.test.fetchprofiles.join.Student

Packages that use Student
org.hibernate.test.fetchprofiles.join   
 

Uses of Student in org.hibernate.test.fetchprofiles.join
 

Methods in org.hibernate.test.fetchprofiles.join that return Student
 Student Enrollment.getStudent()
           
 

Methods in org.hibernate.test.fetchprofiles.join with parameters of type Student
 void Enrollment.setStudent(Student student)
           
 

Constructors in org.hibernate.test.fetchprofiles.join with parameters of type Student
Enrollment(CourseOffering offering, Student student)
           
 



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