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, preFlush
public static final DBInterceptor INSTANCE
public com.fr.third.org.hibernate.Criteria onCreateCriteria(com.fr.third.org.hibernate.Criteria criteria)
DBInterceptor
onCreateCriteria
在接口中 DBInterceptor
onCreateCriteria
在类中 EmptyDBInterceptor
criteria
- Criteriapublic com.fr.third.org.hibernate.Query onCreateQuery(com.fr.third.org.hibernate.Query query)
DBInterceptor
onCreateQuery
在接口中 DBInterceptor
onCreateQuery
在类中 EmptyDBInterceptor
query
- 查询对象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.Interceptor
onFlushDirty
在类中 EmptyDBInterceptor
public 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.Interceptor
onLoad
在类中 EmptyDBInterceptor
public 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.Interceptor
onSave
在类中 EmptyDBInterceptor