public class EmptyStringConvertInterceptor extends EmptyDBInterceptor
| 限定符和类型 | 字段和说明 |
|---|---|
static DBInterceptor |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
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查询前
|
boolean |
onFlushDirty(java.lang.Object entity,
java.io.Serializable id,
java.lang.Object[] currentState,
java.lang.Object[] previousState,
java.lang.String[] propertyNames,
com.fr.third.org.hibernate.type.Type[] types) |
boolean |
onLoad(java.lang.Object entity,
java.io.Serializable id,
java.lang.Object[] state,
java.lang.String[] propertyNames,
com.fr.third.org.hibernate.type.Type[] types) |
boolean |
onSave(java.lang.Object entity,
java.io.Serializable id,
java.lang.Object[] state,
java.lang.String[] propertyNames,
com.fr.third.org.hibernate.type.Type[] types) |
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, getEntityName, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onPrepareStatement, postFlush, preFlushpublic static final DBInterceptor INSTANCE
public com.fr.third.org.hibernate.Criteria onCreateCriteria(com.fr.third.org.hibernate.Criteria criteria)
DBInterceptoronCreateCriteria 在接口中 DBInterceptoronCreateCriteria 在类中 EmptyDBInterceptorcriteria - Criteriapublic com.fr.third.org.hibernate.Query onCreateQuery(com.fr.third.org.hibernate.Query query)
DBInterceptoronCreateQuery 在接口中 DBInterceptoronCreateQuery 在类中 EmptyDBInterceptorquery - 查询对象public boolean onFlushDirty(java.lang.Object entity,
java.io.Serializable id,
java.lang.Object[] currentState,
java.lang.Object[] previousState,
java.lang.String[] propertyNames,
com.fr.third.org.hibernate.type.Type[] types)
onFlushDirty 在接口中 com.fr.third.org.hibernate.InterceptoronFlushDirty 在类中 EmptyDBInterceptorpublic boolean onLoad(java.lang.Object entity,
java.io.Serializable id,
java.lang.Object[] state,
java.lang.String[] propertyNames,
com.fr.third.org.hibernate.type.Type[] types)
onLoad 在接口中 com.fr.third.org.hibernate.InterceptoronLoad 在类中 EmptyDBInterceptorpublic boolean onSave(java.lang.Object entity,
java.io.Serializable id,
java.lang.Object[] state,
java.lang.String[] propertyNames,
com.fr.third.org.hibernate.type.Type[] types)
onSave 在接口中 com.fr.third.org.hibernate.InterceptoronSave 在类中 EmptyDBInterceptor