Substitution of org.hibernate.cfg.AnnotationConfiguration.addFilterDefinition(FilterDefinition definition) in Hibernate5.x -


in hibernate 3.x, there method addfilterdefinition(filterdefinition definition) of class org.hibernate.cfg.annotationconfiguration. in hibernate 5.x, addfilterdefinition(filterdefinition definition) method removed configuration class annotationconfiguration depricated.

what code substitution in hibernate-5.x?

please on migration issue.


Comments

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -