Hibernate Tips: How to filter entities from a mapped association?
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 you like me to answer, please leave a comment below. Question: I want to exclude some records from an association mapping. How can I filter the elements of a mapped…