|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Clinic | |
|---|---|
| org.springframework.samples.petclinic.hibernate | The classes in this package represent the Hibernate implementation of PetClinic's persistence layer. |
| org.springframework.samples.petclinic.jdbc | The classes in this package represent the JDBC implementation of PetClinic's persistence layer. |
| org.springframework.samples.petclinic.jpa | The classes in this package represent the JPA implementation of PetClinic's persistence layer. |
| org.springframework.samples.petclinic.web | The classes in this package represent PetClinic's web presentation layer. |
| Uses of Clinic in org.springframework.samples.petclinic.hibernate |
|---|
| Classes in org.springframework.samples.petclinic.hibernate that implement Clinic | |
|---|---|
class |
HibernateClinic
Hibernate implementation of the Clinic interface. |
| Uses of Clinic in org.springframework.samples.petclinic.jdbc |
|---|
| Classes in org.springframework.samples.petclinic.jdbc that implement Clinic | |
|---|---|
class |
SimpleJdbcClinic
A simple JDBC-based implementation of the Clinic interface. |
| Uses of Clinic in org.springframework.samples.petclinic.jpa |
|---|
| Classes in org.springframework.samples.petclinic.jpa that implement Clinic | |
|---|---|
class |
EntityManagerClinic
JPA implementation of the Clinic interface using EntityManager. |
| Uses of Clinic in org.springframework.samples.petclinic.web |
|---|
| Constructors in org.springframework.samples.petclinic.web with parameters of type Clinic | |
|---|---|
AddOwnerForm(Clinic clinic)
|
|
AddPetForm(Clinic clinic)
|
|
AddVisitForm(Clinic clinic)
|
|
ClinicController(Clinic clinic)
|
|
EditOwnerForm(Clinic clinic)
|
|
EditPetForm(Clinic clinic)
|
|
FindOwnersForm(Clinic clinic)
|
|
PetTypeEditor(Clinic clinic)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||