-
For example in this class: There is no @query annotation before this method: However this method get called for example here in this class: In this method:
I don't understand how it works without the @query annotation 😕
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think its handled by the JPA or Spring Data by general.. Check example 1.4 |
Beta Was this translation helpful? Give feedback.
I think its handled by the JPA or Spring Data by general..
Check this doc
https://docs.spring.io/spring-data/data-commons/docs/1.6.1.RELEASE/reference/html/repositories.html
Check example 1.4