Relative Content

Tag Archive for javastored-proceduresspring-data-jpacursor

Stored Procedure is returning an empty result in Java with JPA

I’m trying to call a stored procedure in the same way i did for others stored procedure, but now i’m having some troubles because its return a cursor in addition.
The return is an empty Map<String, Object> without any type of errore, and obviously on the DB the call works well.