-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Provide support for ParameterMode.REF_CURSOR [DATAJPA-652] #1030
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
Comments
Thomas Darimont commented Hello Marcos, thanks for reporting this! It seems that we are just missing the Line 103 in e8436d5
I think using Cheers, |
Thomas Darimont commented Hello Marcos, I was able to get it working - would you mind giving the above PR a try? Cheers, |
Thomas Darimont commented Sample app spring-data-jpa-bug-datajpa-652 |
Marcos Oliveira Junqueira commented Hi Thomas, the current version of spring-data-jpa only works with the link eclipse, with hibernate does not work, you can check it? I'll run your gist later. Att. |
Thomas Darimont commented Please revise |
Raja commented Is this issue been fixed in springdatajpa for hibernate. Hibernate insists to invoke via results rather than getOutPutparamatervalues. |
Vishnudev K commented experience this issue using hibernate. |
GabrielBB commented Vishnudev K Raja Oliver Drotbohm Marcos Oliveira Junqueira I just made a Pull Request to finally fix this: #406 |
Marcos Oliveira Junqueira opened DATAJPA-652 and commented
As described here spring-projects/spring-data-examples#44
I was trying to execute a procedure on spring-data-jpa with hibernate on oracle 11g database.
But spring-data uses getOutputParameterValue Method instead of getResultList
And it makes a lot of problems with hibernate
Hibernate does not support REF_CURSOR: https://github.com/hibernate/hibernate-orm/blob/4.3.7.Final/hibernate-core/src/main/java/org/hibernate/procedure/internal/AbstractParameterRegistrationImpl.java
Finally, I moved to the EclipseLink and it worked perfectly
Affects: 1.6.4 (Dijkstra SR4)
Reference URL: spring-projects/spring-data-examples#44
Attachments:
Referenced from: pull request #130
0 votes, 6 watchers
The text was updated successfully, but these errors were encountered: