Manual mapping of returned data to Java objects

You can specify how to map the results of queries and the results of calls to stored procedures to Java™ objects.

You do so by writing classes that implement one of four interfaces. Each of these interfaces defines a method that you can implement with your own custom code for handling returned results.


Feedback