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.
Constructor and Description |
---|
StatementLogProcessEnginePlugin() |
Modifier and Type | Method and Description |
---|---|
void |
postInit(ProcessEngineConfigurationImpl processEngineConfiguration)
Invoked after the process engine configuration is initialized.
|
postProcessEngineBuild, preInit, toString
public void postInit(ProcessEngineConfigurationImpl processEngineConfiguration)
ProcessEnginePlugin
Invoked after the process engine configuration is initialized. and before the process engine is built.
postInit
in interface ProcessEnginePlugin
postInit
in class AbstractProcessEnginePlugin
processEngineConfiguration
- the process engine configuationCopyright © 2022. All rights reserved.