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 12: Line 12:
 
= Stored Procedure and PL/SQL Support =
 
= Stored Procedure and PL/SQL Support =
 
''These enhancements are new in EclipseLink 2.3.''
 
''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_JPA
 
{{EclipseLink_JPA
 
|up=      [[EclipseLink/UserGuide/JPA/Advanced_JPA_Development|Advanced JPA Development]]
 
|up=      [[EclipseLink/UserGuide/JPA/Advanced_JPA_Development|Advanced JPA Development]]
 
}}
 
}}

Revision as of 09:56, 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

Elug example icon.png Examples


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...

Copyright © Eclipse Foundation, Inc. All Rights Reserved.