aspose file tools
The moose likes Oracle/OAS and the fly likes Mapper to map Object returning from database | Spring JDBC Template Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "Mapper to map Object returning from database | Spring JDBC Template" Watch "Mapper to map Object returning from database | Spring JDBC Template" New topic
Author

Mapper to map Object returning from database | Spring JDBC Template

Vikram Gosain
Greenhorn

Joined: Jun 02, 2009
Posts: 25
Hi

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?


-Vikz
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32599
    
    4
Don’t know. I think this discussion would fit better in a different location, or several locations, so I shall move it. Probably to the wrong place
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Mapper to map Object returning from database | Spring JDBC Template
 
Similar Threads
Stored Procedure in Spring
spring testing framework simplejdbc template
How to Delete Messages from Jboss Queue during jboss shut down?
why use Spring?
Calling Stored Procedure with list of values