persistence
persistence copied to clipboard
a less radical proposal for the Query hierarchy
Competes with #842
This one:
- Adds
ofType()andwithEntityGraph()to Query, because they're nice. - Deprecates
getResultList()andgetResultStream()on Query. - Adds a new method
getResults()returningList<?>onQuery, overridden toreturn List<T>onTypedQuery. - Introduces
QueryReference, without saying it always represents a statement.