I have a simple stored procedure I\'m using to test out Spring Data JPA Stored Procedure feature.
create or replace procedure plus1inout (arg in int,res1 out int
Spring doesn't support multiple out params just yet. There is a JIRA for this.