Sorry the ClassCastException was from a custom hibernate type. Here are the
real errors I am getting
Here is the ejbql
select tempUser from User tempUser
Here is the restriction
tempUser.role in (#{exampleRoles})
Here is the exception
| org.hibernate.PropertyAccessException: could not get
Is it possible to use the in statement in an EntityQuery restriction. I am
trying to do something like the following:
|
|
| test.name in #{exampleNameList}
|
|
|
However when I try to do this I get an error with the following cause:
| Caused by java.lang.Cla