Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN trunk pending commit: Bug#339905 - optional procedure arguments

SVN trunk pending commit: Bug#339905 - optional procedure arguments

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=339905

 

http://wiki.eclipse.org/EclipseLink/DesignDocs/275156

 

Code review: Mike (pending)

 

Changes:

- Added tests for optional arguments and rec cursors to foundation PLSQL test model.

- Added optional to JPA StoredProcedureParameter annotation and xml.

- Added some @Overrides and micro optimizations.

- Changed parameters in calls to List from Vector.

- Added query and call support for specified nullable arguments to trigger reprepare of the query and be omitted from the statement.

- Added JPA annotations and xml for PLSQL procedures and functions.

- Added stored procedure and plsql procedure support for optional arguments.

- Removed some dead code.

- Added PLSQL JPA test model and tests.

 


Back to the top