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 8: Line 8:
 
|examples=y
 
|examples=y
 
|example=
 
|example=
*[[EclipseLink/Examples/JPA/EclipseLink/Examples/JPA/PLSQLStoredFunction|PLSQLStoredFunction]]
+
*[http://wiki.eclipse.org/EclipseLink/Examples/JPA/PLSQLStoredFunction PLSQLStoredFunction]
 
}}  
 
}}  
  

Revision as of 10:07, 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...

Copyright © Eclipse Foundation, Inc. All Rights Reserved.