| java.lang.Object com.technoetic.xplanner.db.hibernate.XPlannerInterceptor
XPlannerInterceptor | public class XPlannerInterceptor implements Interceptor(Code) | | |
Method Summary | |
public int[] | findDirty(Object entity, Serializable id, Object[] currentState, Object[] previousState, String[] propertyNames, Type[] types) | public Object | instantiate(Class clazz, Serializable id) | public Boolean | isUnsaved(Object entity) | public void | onDelete(Object entity, Serializable id, Object[] state, String[] propertyNames, Type[] types) | public boolean | onFlushDirty(Object entity, Serializable id, Object[] currentState, Object[] previousState, String[] propertyNames, Type[] types) | public boolean | onLoad(Object entity, Serializable id, Object[] state, String[] propertyNames, Type[] types) | public boolean | onSave(Object entity, Serializable id, Object[] state, String[] propertyNames, Type[] types) | public void | postFlush(Iterator entities) | public void | preFlush(Iterator entities) |
|
|