org.camunda.bpm.engine.impl.db.sql
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 the DbSqlSession as PersistenceSession.
- Author:
- Sebastian Menski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbSqlPersistenceProviderFactory
public DbSqlPersistenceProviderFactory()
getSessionType
public Class<?> getSessionType()
- Specified by:
getSessionType in interface SessionFactory
openSession
public Session openSession()
- Specified by:
openSession in interface SessionFactory
Copyright © 2016 camunda services GmbH. All rights reserved.