Description
Selection.alias() according to latest JPA 2.0 creates new instances rather than adding an alias name to the receiver.
This apparently simple change can have a relatively large impact, because we maintain Selection terms keyed by its alias.
If we go for a delegation pattern to implement alias(), then all Selection derivations (quite a few of them) are to be delegated.
Comments/thoughts?
Attachments
Issue Links
- is part of
-
OPENJPA-1013 Build strictly-typed Criteria API
- Closed
-
OPENJPA-1268 OpenJPA 2.0 iteration 11 primary task
- Closed