Class StatementLogProcessEnginePlugin

java.lang.Object
org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
org.camunda.bpm.qa.performance.engine.sqlstatementlog.StatementLogProcessEnginePlugin
All Implemented Interfaces:
ProcessEnginePlugin

public class StatementLogProcessEnginePlugin extends AbstractProcessEnginePlugin

ProcessEnginePlugin activating statement logging.

Wraps the MyBatis SqlSessionFactory used by the process engine using the StatementLogSqlSessionFactory allowing us to intercept the sql statements executed by the process engine and gain insight into the Database communication.

Author:
Daniel Meyer