spring-data-jpa icon indicating copy to clipboard operation
spring-data-jpa copied to clipboard

Implement NativeQuery annotation.

Open danvandeee opened this issue 1 year ago • 1 comments

Annotation to declare native queries directly on repository methods. NativeQuery acts as a shortcut for @Query(nativeQuery = true)

See #3155

danvandeee avatar Feb 04 '24 21:02 danvandeee

@danvandeee thank you for the PR we'll have a look soon.

christophstrobl avatar Feb 08 '24 07:02 christophstrobl

Hi @christophstrobl any update on this? If not needed i am also fine by deleting the implementation

danvandeee avatar May 31 '24 16:05 danvandeee

thanks for the ping - it's on the list - we've just not yet gotten to it.

christophstrobl avatar Jun 03 '24 10:06 christophstrobl

Thank you for your contribution. That's merged and polished now.

mp911de avatar Jun 26 '24 13:06 mp911de