I have a oracle procedure that returns me a tab..The type that gets returned is
I am using Spring JDBC Template. How can I write the mapper for this in Java and also what OracleTypes will correspond to this type when I am writing the corresponding java procedure?