Calling Stored Procedure and mapping the query result to non-entity POJO using Spring JPA SqlResultSetMapping

Recently, I gotta chance to work with a microservice in which I had to call a Stored Procedure and map the results to a POJO. By default the StoredProcedureQuery returns…

Continue ReadingCalling Stored Procedure and mapping the query result to non-entity POJO using Spring JPA SqlResultSetMapping