Uses of Class
org.hibernate.test.criteria.Course

Packages that use Course
org.hibernate.test.criteria   
 

Uses of Course in org.hibernate.test.criteria
 

Methods in org.hibernate.test.criteria that return Course
 Course Enrolment.getCourse()
           
 Course CourseMeeting.getCourse()
           
 Course Student.getPreferredCourse()
           
 

Methods in org.hibernate.test.criteria with parameters of type Course
 void Enrolment.setCourse(Course course)
           
 void CourseMeeting.setCourse(Course course)
           
 void Student.setPreferredCourse(Course preferredCourse)
           
 

Constructors in org.hibernate.test.criteria with parameters of type Course
CourseMeeting(Course course, String day, int period, String location)
           
CourseMeetingId(Course course, String day, int period, String location)
           
 



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