This commit is contained in:
Mic 2013-03-18 14:14:24 +08:00
parent e2d80d3b49
commit f1603221a2

View file

@ -29,6 +29,8 @@ import org.springframework.stereotype.Repository;
* Using native JPA instead of Spring Data JPA here because of this query: "SELECT owner FROM Owner owner left join * Using native JPA instead of Spring Data JPA here because of this query: "SELECT owner FROM Owner owner left join
* fetch owner.pets WHERE owner.lastName LIKE :lastName" See https://jira.springsource.org/browse/DATAJPA-292 for more * fetch owner.pets WHERE owner.lastName LIKE :lastName" See https://jira.springsource.org/browse/DATAJPA-292 for more
* details. * details.
* This issue has been fixed already in the latest Spring Data JPA Snapshot. So we will wait for the next version of Spring
* Data JPA to be available and update the Spring Petclinic application consequently.
* *
* @author Michael Isvy * @author Michael Isvy
*/ */