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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidpostInit(ProcessEngineConfigurationImpl processEngineConfiguration) Invoked after the process engine configuration is initialized.Methods inherited from class org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePluginpostProcessEngineBuild, preInit, toString
- 
Constructor Details- 
StatementLogProcessEnginePluginpublic StatementLogProcessEnginePlugin()
 
- 
- 
Method Details- 
postInitDescription copied from interface:ProcessEnginePluginInvoked after the process engine configuration is initialized. and before the process engine is built. - Specified by:
- postInitin interface- ProcessEnginePlugin
- Overrides:
- postInitin class- AbstractProcessEnginePlugin
- Parameters:
- processEngineConfiguration- the process engine configuation
 
 
-