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
Post a Comment