Class StatementLogProcessEnginePlugin
java.lang.Object
org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
org.camunda.bpm.qa.performance.engine.sqlstatementlog.StatementLogProcessEnginePlugin
- All Implemented Interfaces:
ProcessEnginePlugin
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
StatementLogProcessEnginePlugin
public StatementLogProcessEnginePlugin()
-
-
Method Details
-
postInit
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
-