Hello,
We have a Filter setup on an entity using the "FilterDef" and "Filters" annotations. This works as we would expect with Criteria and HQL as long as the entity with the Filter is the "from" entity of the query. However, when the entity with the Filter is joined to from some other entity in the query, the Filter doesn't kick in and the resulting SQL doesn't have the custom filter condition on it.
Is this the expected behavior? If so, any suggestions on how to work around it?
We're currently on 3.3.2GA soon migrating to 3.5
Thanks, Bobby
|