public class

GenericStoredProcedure

extends StoredProcedure
java.lang.Object
   ↳ org.springframework.jdbc.object.RdbmsOperation
     ↳ org.springframework.jdbc.object.SqlCall
       ↳ org.springframework.jdbc.object.StoredProcedure
         ↳ org.springframework.jdbc.object.GenericStoredProcedure

Class Overview

Concrete implementation making it possible to define the RDBMS stored procedures in an application context without writing a custom Java implementation class.

This implementation does not provide a typed method for invocation so executions must use one of the generic execute(java.util.Map) or execute(org.springframework.jdbc.core.ParameterMapper) methods.

See Also

Summary

[Expand]
Inherited Fields
From class org.springframework.jdbc.object.RdbmsOperation
Public Constructors
GenericStoredProcedure()
[Expand]
Inherited Methods
From class org.springframework.jdbc.object.StoredProcedure
From class org.springframework.jdbc.object.SqlCall
From class org.springframework.jdbc.object.RdbmsOperation
From class java.lang.Object
From interface org.springframework.beans.factory.InitializingBean

Public Constructors

public GenericStoredProcedure ()