Revert OpenJPAQuery.getPositionalParameters method signature back to 1.x
signature
----------------------------------------------------------------------------------
Key: OPENJPA-1032
URL: https://issues.apache.org/jira/browse/OPENJPA-1032
Project: OpenJPA
Issue Type: Sub-task
Components: jpa
Affects Versions: 2.0.0
Reporter: Jeremy Bauer
Assignee: Jeremy Bauer
Priority: Trivial
Fix For: 2.0.0
The 10/31/2008 draft of the JSR-317 specification added a method with signature
"List getPositionalParameters()" to the Query interface. This method had a
conflicting signature with a similar method defined on the OpenJPAQuery
interface "Object[] getPositionalParameters()". The OpenJPAQuery method was
necessarily changed to match the specification. The 03/13/2009 draft no longer
provides a method with this signature so the previous signature will be put
back in place.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.