Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/UserGuide/JPA/Advanced JPA Development/Stored Procedure and PL/SQL Support"

m
m
Line 4: Line 4:
 
|api=y
 
|api=y
 
|apis=
 
|apis=
*Eclipselink/api/latest/org/eclipse/persistence/jpa/JpaEntityManager.html.html http://www.eclipse.org/eclipselink/api/2.3/org/eclipse/persistence/jpa/JpaEntityManager.html]
+
*[http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/jpa/JpaEntityManager.html JpaEntityManager]
*Eclipselink/api/latest/org/eclipse/persistence/platform/database/oracle/annotations/NamedPLSQLStoredFunctionQuery.html *NamedPLSQLStoredFunctionQuery
+
*[http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/platform/database/oracle/annotations/NamedPLSQLStoredFunctionQuery.html @NamedPLSQLStoredFunctionQuery]
 
|examples=y
 
|examples=y
 
|example=
 
|example=
Line 16: Line 16:
 
''This page is under development''
 
''This page is under development''
  
EclipseLink's support for stored procedures includes the following:
+
EclipseLink 2.3 includes the following extended support for stored procedures:
  
 
* PLSQL stored functions
 
* PLSQL stored functions

Revision as of 10:04, 20 June 2011



Stored Procedure and PL/SQL Support

These enhancements are new in EclipseLink 2.3.

This page is under development

EclipseLink 2.3 includes the following extended support for stored procedures:

  • PLSQL stored functions
  • multiple result sets
  • multiple cursor output parameters
  • output cursors of record types
  • optional arguments
  • JPA annotation and XML support for stored functions
  • JPA annotation and XML support for PLSQL procedures and functions

Eclipselink-logo.gif
Version: DRAFT
Other versions...

Back to the top