jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
203 stars 59 forks source link

deprecate CriteriaQuery.multiselect and add overloads of array(), tuple() #517

Closed gavinking closed 1 year ago

gavinking commented 1 year ago

There are two commits here:

  1. adds overloads of array(), tuple() accepting List to CriteriaBuilder, and
  2. deprecates multiselect() because it's not typesafe.