Hello,
I run into problem No. 1 of the "Advanced Problems FAQ":
I use entities with collections and want to create a Criteria with expressions on properties of the collection. This join throws "org.hibernate.MappingException: collection was not an association"
The FAQ says:
Quote:
Hibernate currently does not support joining a collection of components or other value types with Criteria. Use HQL or submit a patch that implements this functionality.
Did someone implement such a patch or is a fixed version of hibernate in sight?
regards,
ottrich