mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Added comment because https://jira.springsource.org/browse/DATAJPA-292 has been resolved
This commit is contained in:
parent
e2d80d3b49
commit
f1603221a2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
* fetch owner.pets WHERE owner.lastName LIKE :lastName" See https://jira.springsource.org/browse/DATAJPA-292 for more
|
||||
* 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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue