Top "Hibernate-filters" questions

Hibernate: Multiple filters on an entity

I want to have multiple Hibernate filters on an entity, I have tried everything logical without luck and Google has …

java hibernate hibernate-filters
How to enable hibernate filter for sessionFactory.getCurrentSession()?

Say there is a User table with structure: User List item userId (PK) company (PK) userName address ...etc And I …

hibernate spring hibernate-annotations hibernate-filters
How to filter an entity in hibernate with hibernate filters

I need to filter an entity in a list of objects, for example: public class Student { private int id; private …

java hibernate hibernate-mapping hibernate-criteria hibernate-filters
Hibernate filter Entity where oneToMany relation contains an object

I want to use the hibernate filter but I don't know if what I want to do is possible I …

java hibernate hibernate-filters
Passing dynamic parameters to an annotation

I wonder if there is a possiblity to pass dynamically values to an annotation attribute. I know that annotation are …

java annotations bytecode javassist hibernate-filters