public class MybatisPlusLoggingEventListener
extends com.p6spy.engine.logging.LoggingEventListener
| 构造器和说明 |
|---|
MybatisPlusLoggingEventListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
static MybatisPlusLoggingEventListener |
getInstance() |
void |
onAfterExecuteBatch(com.p6spy.engine.common.StatementInformation statementInformation,
long timeElapsedNanos,
int[] updateCounts,
java.sql.SQLException e) |
logElapsed, onAfterAnyAddBatch, onAfterAnyExecute, onAfterCommit, onAfterGetResultSet, onAfterResultSetClose, onAfterResultSetGet, onAfterResultSetGet, onAfterResultSetNext, onAfterRollback, onBeforeResultSetNextonAfterAddBatch, onAfterAddBatch, onAfterExecute, onAfterExecute, onAfterExecuteQuery, onAfterExecuteQuery, onAfterExecuteUpdate, onAfterExecuteUpdate, onBeforeAddBatch, onBeforeAddBatch, onBeforeAnyAddBatch, onBeforeAnyExecute, onBeforeExecute, onBeforeExecute, onBeforeExecuteBatch, onBeforeExecuteQuery, onBeforeExecuteQuery, onBeforeExecuteUpdate, onBeforeExecuteUpdatepublic static MybatisPlusLoggingEventListener getInstance()
public void onAfterExecuteBatch(com.p6spy.engine.common.StatementInformation statementInformation,
long timeElapsedNanos,
int[] updateCounts,
java.sql.SQLException e)
onAfterExecuteBatch 在类中 com.p6spy.engine.logging.LoggingEventListener