1. Interceptor currentState and previousState for collections forum.hibernate.org |
2. Interceptor problem: previousState == null in onFlushDirty() forum.hibernate.orgHibernate version: 3.2.6.ga Code between sessionFactory.openSession() and session.close(): Code: @Override public boolean onFlushDirty(Object entity, Serializable id, Object[] currentState, Object[] previousState, String[] propertyNames, Type[] types) { ... |
3. previousState array coming as NULL for Hibernate Interceptor forum.hibernate.org |
4. Interceptor onFlushDirty previousState with autoflush forum.hibernate.org |