| Hi,guys. I'm using JPA2.1 with hibernate5.0.7, oracle 10gDialect. While using @NamedStoredProcedureQuey to call a stored procedure returning a cursor, there throws unSupportedOperationException 'org.hibernate.dialect.Oracle10gDialect does not support resultsets via stored procedures'. It seems like the same issue as HHH-9286. Is there a workaround? |