Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to call a procedure which does not return a value using JPArepositories [JDBC580] #611

Closed
firebird-automations opened this issue Apr 1, 2019 · 2 comments

Comments

@firebird-automations
Copy link

Submitted by: mitra (mitra)

Unable to call a procedure which does not return a value using JPARepositorie - @procedure annotation in java

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

Unfortunately, that is a limitation of spring-data-jpa @procedure annotation. It only works for executable stored procedures with a single return value. So no return column, multiple return columns or selectable procedures will not work with it. This is something that would need to be fixed in spring-data-jpa. Alternatively, use @query(.., nativeQuery=true) instead.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Open [ 1 ] => Closed [ 6 ]

resolution: Won't Fix [ 2 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants