Class DbSqlPersistenceProviderFactory
- java.lang.Object
-
- org.camunda.bpm.engine.impl.db.sql.DbSqlPersistenceProviderFactory
-
- All Implemented Interfaces:
SessionFactory
public class DbSqlPersistenceProviderFactory extends Object implements SessionFactory
Provides theDbSqlSession
asPersistenceSession
.- Author:
- Sebastian Menski
-
-
Constructor Summary
Constructors Constructor Description DbSqlPersistenceProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getSessionType()
Session
openSession()
-
-
-
Method Detail
-
getSessionType
public Class<?> getSessionType()
- Specified by:
getSessionType
in interfaceSessionFactory
-
openSession
public Session openSession()
- Specified by:
openSession
in interfaceSessionFactory
-
-