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=
*[http://www.eclipse.org/eclipselink/api/2.3/org/eclipse/persistence/xxx.html xxx]
+
*Eclipselink/api/latest/org/eclipse/persistence/jpa/JpaEntityManager.html.html http://www.eclipse.org/eclipselink/api/2.3/org/eclipse/persistence/jpa/JpaEntityManager.html]
 +
*Eclipselink/api/latest/org/eclipse/persistence/platform/database/oracle/annotations/NamedPLSQLStoredFunctionQuery.html *NamedPLSQLStoredFunctionQuery
 
|examples=y
 
|examples=y
 
|example=
 
|example=
*[[EclipseLink/Examples/JPA/xxx|xxx]]
+
*[[EclipseLink/Examples/JPA/EclipseLink/Examples/JPA/PLSQLStoredFunction|PLSQLStoredFunction]]
 
}}  
 
}}  
  

Revision as of 10:01, 20 June 2011


Eclipselink-logo.gif
EclipseLink
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Elug api package icon.png Key API


Stored Procedure and PL/SQL Support

These enhancements are new in EclipseLink 2.3.

This page is under development

EclipseLink's support for stored procedures includes the following:

  • 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