org.compass.sample.petclinic.jdbc |
The classes in this package represent the JDBC implementation
of PetClinic's persistence layer.
|
Java Source File Name | Type | Comment |
AbstractJdbcClinic.java | Class | Base class for JDBC implementations of the Clinic interface. |
CachingClinic.java | Interface | Interface that defines a cache refresh operation. |
HsqlJdbcClinic.java | Class | HSQL JDBC implementation of the Clinic interface. |
JdbcClinicTests.java | Class | Live unit tests for HsqlJdbcClinic implementation. |
JdbcPet.java | Class | Subclass of Pet that carries temporary id properties
which are only relevant for AbstractJdbcClinic. |
MySQLJdbcClinic.java | Class | MySQL JDBC implementation of the Clinic interface. |