Example usage for org.springframework.jdbc.core SqlReturnType interface-usage

List of usage examples for org.springframework.jdbc.core SqlReturnType interface-usage

Introduction

In this page you can find the example usage for org.springframework.jdbc.core SqlReturnType interface-usage.

Usage

From source file org.springframework.data.jdbc.support.oracle.SqlReturnStruct.java

/**
 * Implementation of the SqlReturnType interface, for convenient
 * access of object data returned from stored procedure.  The target class
 * specified in the constructor must implement java.sql.SQLData.
 *
 * <p>A usage example from a StoredProcedure: