spring-petclinic/src/main/java/org/springframework/samples/petclinic
2013-02-07 09:25:30 +08:00
..
aspects added a Spring Data implementation 2013-01-18 16:56:01 +08:00
repository replacing one Spring Data Repo with native JPA 2013-02-07 09:25:30 +08:00
service removed Autowiring at the field level 2013-02-01 09:28:58 +08:00
util SPR-6447 2013-01-09 17:13:17 +08:00
validation improvements to Visit controller 2013-01-16 11:07:39 +08:00
web fixed issues in the Pet creation form 2013-02-06 17:33:11 +08:00
BaseEntity.java migrated to hsql 2.2.8 and fixed a couple of JPA issues 2013-01-14 16:55:09 +08:00
NamedEntity.java Merged Pet Controllers into a single one 2013-01-16 10:57:50 +08:00
Owner.java improved pet creation form 2013-02-05 12:21:51 +08:00
package-info.java SPR-6447 2013-01-09 17:13:17 +08:00
Person.java added a Spring Data implementation 2013-01-18 16:56:01 +08:00
Pet.java fixed issues in the Pet creation form 2013-02-06 17:33:11 +08:00
PetType.java migration to JPA annotations 2013-01-14 16:12:05 +08:00
Specialty.java migration to JPA annotations 2013-01-14 16:12:05 +08:00
Vet.java migrated to hsql 2.2.8 and fixed a couple of JPA issues 2013-01-14 16:55:09 +08:00
Vets.java added a Spring Data implementation 2013-01-18 16:56:01 +08:00
Visit.java added custom tag 2013-02-06 21:31:07 +08:00