org.camunda.bpm.engine.impl.db.entitymanager
Class DbEntityManagerFactory
java.lang.Object
org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManagerFactory
- All Implemented Interfaces:
- SessionFactory
public class DbEntityManagerFactory
- extends Object
- implements SessionFactory
- Author:
- Sebastian Menski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
idGenerator
protected IdGenerator idGenerator
DbEntityManagerFactory
public DbEntityManagerFactory(IdGenerator idGenerator)
getSessionType
public Class<?> getSessionType()
- Specified by:
getSessionType in interface SessionFactory
openSession
public DbEntityManager openSession()
- Specified by:
openSession in interface SessionFactory
Copyright © 2015 camunda services GmbH. All rights reserved.