Have search on many place's but did't found a single statement about the Hibernate filter (5.4) version support with JPA 2.1
Is JPA 2.1 and hibernate filter 5.4 compatible or not ? I can see most of the things are depricated by Hibernate in 5.4 So not sure if we can still used filter with JPA 2.1 (with EntityManager) or not.
Also, How can we used that ? Can anyone please share any example for reference ?
Note: I saw we can used unwrap<> things to work with Entitymanager as session I think depricated in Hibernate 5.4.
Thanks!!