jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
191 stars 55 forks source link

JPQL cast() function #395

Closed gavinking closed 12 months ago

gavinking commented 1 year ago

We should consider adding a cast() function, and enumerating a list of type conversions which are required to be supported.

For example:

cast(product.price as String)