Hibernate Tips: How to use @ElementCollection entries in a query
Hibernate Tips is a series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question for a future Hibernate Tip, please leave a comment below. Question: We are using an @ElementCollection to model a list of values on one of our entities. Now we need to…