EclipseLink/Examples/JPA/nonJDBCArgsToStoredProcedures
< EclipseLink | Examples | JPA
Revision as of 12:26, 23 November 2007 by Michael.norman.oracle.com (Talk | contribs) (→How to specify nonJDBC arguments for Oracle Stored Procedures)
{available as of EclipseLink 1.0M2}
How to handle nonJDBC arguments for Oracle Stored Procedures
The standard way of handling a Stored Procedure is to build an instance of oracle.toplink.queryframework.StoredProcedureCall. However, the arguments must be compatible with the JDBC specification.
To handle nonJDBC arguments (e.g. BOOLEAN, PLS_INTEGER, a new sub-class has been created: oracle.toplink.platform.database.oracle.PLSQLStoredProcedureCall