Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
A JPQL query
"select new Range(MIN(p.id), MAX(p.id)) from PObject p"
where p.id is int and Range has constructor (long,long) should be supported.
This is done by matching the constructors of Range type with the supplied arguments (int,int) in a more flexible manner.