
| Key: |
NUCJPA-189
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Andy Jefferson
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
User can specify
SELECT ... FROM ... WHERE a = :param AND b = :nextParam
or
SELECT ... FROM ... WHERE a = ?1 AND b = ?2
but the second option effectively has named parameters since they are named by the number. Simply treating all JPQL params internally as named would simplify their processing.
|
|
Description
|
User can specify
SELECT ... FROM ... WHERE a = :param AND b = :nextParam
or
SELECT ... FROM ... WHERE a = ?1 AND b = ?2
but the second option effectively has named parameters since they are named by the number. Simply treating all JPQL params internally as named would simplify their processing. |
Show » |
Sort Order:
|