| I am using the FilterDef and Filter annotations in order to use a parameterized filter that I set at runtime. This gets executed correctly when I do a query using the entityManager create query methods, but when I use the entityManager.find, the filter is not added to the query. Using the '@Where' annotation does add the clause but this annotation can't be parameterized as far as I know. My environment is jBoss EAP 7 that uses hibernate 5.0.9 |