persistence icon indicating copy to clipboard operation
persistence copied to clipboard

a less radical proposal for the Query hierarchy

Open gavinking opened this issue 4 weeks ago • 4 comments

Competes with #842

This one:

  • Adds ofType() and withEntityGraph() to Query, because they're nice.
  • Deprecates getResultList() and getResultStream() on Query.
  • Adds a new method getResults() returning List<?> on Query, overridden to return List<T> on TypedQuery.
  • Introduces QueryReference, without saying it always represents a statement.

gavinking avatar Dec 20 '25 15:12 gavinking