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 theStatementLogSqlSessionFactory
allowing us to intercept the sql statements executed by the process engine and gain insight into the Database communication.- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description StatementLogProcessEnginePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
postInit(ProcessEngineConfigurationImpl processEngineConfiguration)
Invoked after the process engine configuration is initialized.-
Methods inherited from class org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
postProcessEngineBuild, preInit, toString
-
-
-
-
Method Detail
-
postInit
public void postInit(ProcessEngineConfigurationImpl processEngineConfiguration)
Description copied from interface:ProcessEnginePlugin
Invoked after the process engine configuration is initialized. and before the process engine is built.
- Specified by:
postInit
in interfaceProcessEnginePlugin
- Overrides:
postInit
in classAbstractProcessEnginePlugin
- Parameters:
processEngineConfiguration
- the process engine configuation
-
-