public interface JdbcExecutionInterceptor extends cn.featherfly.common.repository.ExecutionInterceptor<JdbcExecution>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
postHandle(JdbcExecution execution)
Post handle.
|
void |
preHandle(JdbcExecution execution)
Pre handle.
|
void preHandle(JdbcExecution execution) throws cn.featherfly.common.db.JdbcException
preHandle 在接口中 cn.featherfly.common.repository.ExecutionInterceptor<JdbcExecution>execution - the executioncn.featherfly.common.db.JdbcException - the jdbc exceptionvoid postHandle(JdbcExecution execution) throws cn.featherfly.common.db.JdbcException
postHandle 在接口中 cn.featherfly.common.repository.ExecutionInterceptor<JdbcExecution>execution - the executioncn.featherfly.common.db.JdbcException - the jdbc exception