-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for TREAT operator #120
Comments
Some issues that we should keep in mind https://hibernate.atlassian.net/browse/HHH-9345 |
Treat is allowed to be used as
We have to reflect that in the grammar |
I created a testsuite for treat operator testing and started dicussions in the forums of EclipseLink and Hibernate. Let's see what they say before we start implementing something. |
I implemented rudimental treat support in the core: 1d3fd3c |
Also note that #123 contains the explanation of a workaround for some treat limitations. |
Notes for possible workaround implementations
Notes about limitations
|
JPA 2.1 introduced the TREAT operator and we should add support for that in the parser and the API.
The text was updated successfully, but these errors were encountered: