You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In org.springframework.orm.hibernate3 we use to use the AnnotationSessionFactoryBean which allows us to set custom EntityTypeFilter. However, when we decide to move to hibernate4, we are recommended to use this LocalSessionFactoryBean which doesn't seem to support custom EntityTypeFilter.