spring-data-jpa
spring-data-jpa copied to clipboard
Implement NativeQuery annotation.
Annotation to declare native queries directly on repository methods. NativeQuery acts as a shortcut for @Query(nativeQuery = true)
See #3155
@danvandeee thank you for the PR we'll have a look soon.
Hi @christophstrobl any update on this? If not needed i am also fine by deleting the implementation
thanks for the ping - it's on the list - we've just not yet gotten to it.
Thank you for your contribution. That's merged and polished now.