|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||