Skip to content
Snippets Groups Projects
Commit f1603221 authored by Mic's avatar Mic
Browse files

Added comment because https://jira.springsource.org/browse/DATAJPA-292 has been resolved

parent e2d80d3b
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,8 @@ import org.springframework.stereotype.Repository; ...@@ -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
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment