public interface DBInterceptor
extends com.fr.third.org.hibernate.Interceptor
限定符和类型 | 方法和说明 |
---|---|
com.fr.third.org.hibernate.Criteria |
onCreateCriteria(com.fr.third.org.hibernate.Criteria criteria)
创建Criteria前
|
com.fr.third.org.hibernate.Query |
onCreateQuery(com.fr.third.org.hibernate.Query query)
创建hql查询前
|
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onFlushDirty, onLoad, onPrepareStatement, onSave, postFlush, preFlush
com.fr.third.org.hibernate.Criteria onCreateCriteria(com.fr.third.org.hibernate.Criteria criteria)
criteria
- Criteriacom.fr.third.org.hibernate.Query onCreateQuery(com.fr.third.org.hibernate.Query query)
query
- 查询对象