filter « Property « JPA Q&A





1. Accessing to inner class property in filter condition    forum.hibernate.org

Hi Lads, I've got a question whether is possible to somehow access into inner class property in filter condition. In attached example you can see a class which is annotated by hibernate annotation @filter. I would like to filter those Relation entities whose source's object or target's object is null or equal to zero value. The status property is available via ...