◆ SchoolJpaController()
| repository.service.SchoolJpaController.SchoolJpaController |
( |
EntityManagerFactory | emf | ) |
|
◆ create()
| void repository.service.SchoolJpaController.create |
( |
School | school | ) |
|
◆ destroy()
◆ edit()
◆ findSchool()
| School repository.service.SchoolJpaController.findSchool |
( |
Integer | id | ) |
|
◆ findSchoolByNameAndUniversity()
| School repository.service.SchoolJpaController.findSchoolByNameAndUniversity |
( |
String | schoolName, |
|
|
String | universityName ) |
◆ findSchoolEntities() [1/2]
| List< School > repository.service.SchoolJpaController.findSchoolEntities |
( |
| ) |
|
◆ findSchoolEntities() [2/2]
| List< School > repository.service.SchoolJpaController.findSchoolEntities |
( |
int | maxResults, |
|
|
int | firstResult ) |
◆ findSchoolsByUniversity()
| List< School > repository.service.SchoolJpaController.findSchoolsByUniversity |
( |
String | universityName | ) |
|
◆ getEntityManager()
| EntityManager repository.service.SchoolJpaController.getEntityManager |
( |
| ) |
|
◆ getSchoolCount()
| int repository.service.SchoolJpaController.getSchoolCount |
( |
| ) |
|
The documentation for this class was generated from the following file: