Class StatementLogSqlSessionFactory
- java.lang.Object
-
- org.camunda.bpm.qa.performance.engine.util.DelegatingSqlSessionFactory
-
- org.camunda.bpm.qa.performance.engine.sqlstatementlog.StatementLogSqlSessionFactory
-
- All Implemented Interfaces:
org.apache.ibatis.session.SqlSessionFactory
public class StatementLogSqlSessionFactory extends DelegatingSqlSessionFactory
DelegatingSqlSessionFactory
wrapping the created sessions using a {@link StatementLogSqlSession.- Author:
- Daniel Meyer
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.qa.performance.engine.util.DelegatingSqlSessionFactory
wrappedSessionFactory
-
-
Constructor Summary
Constructors Constructor Description StatementLogSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory wrappSqlSessionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.ibatis.session.SqlSession
openSession()
-
Methods inherited from class org.camunda.bpm.qa.performance.engine.util.DelegatingSqlSessionFactory
getConfiguration, openSession, openSession, openSession, openSession, openSession, openSession, openSession
-
-
-
-
Method Detail
-
openSession
public org.apache.ibatis.session.SqlSession openSession()
- Specified by:
openSession
in interfaceorg.apache.ibatis.session.SqlSessionFactory
- Overrides:
openSession
in classDelegatingSqlSessionFactory
-
-