Class 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