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#275156, 294772, 332221 - Stored function annotations/xml, multiple cursors/resultset, plsql legacy project.xml

SVN trunk pending commit: bug#275156, 294772, 332221

 

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

 

Code review: Mike Norman (pending)

 

Changes:

- New tests in CustomSQLModel for cursors, result set and unnamed cursors

- Updated eclipselink-orm schema to be 2.3 and add name-stored-function-query, multiple-result-sets, call-by-index

- Updated NamedStoredProcedureQuery annotation to add multipleResultSets and callByIndex

- Added JPA meta-data processing for NamedStoredProcedureQuery annotations and xml.

- Update DatabaseAccessor, DatabaseCall, DatabasePlatform to refactor result set process to avoid code duplication and process multiple result sets/cursors

- Added legacy project.xml support for PLSQLStoredFunctionCall

- Fixed issue with MySQL and procedure calls without arguments.

- Fixed unnamed cursors in StoredProcedureCall

- Update legacy project.xml schema to be 2.3

- Added JPA tests for stored functions to AdvancedJPA test model


Back to the top