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
-
-
Field Summary
Fields Modifier and Type Field Description protected IdGenerator
idGenerator
-
Constructor Summary
Constructors Constructor Description DbEntityManagerFactory(IdGenerator idGenerator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getSessionType()
DbEntityManager
openSession()
-
-
-
Field Detail
-
idGenerator
protected IdGenerator idGenerator
-
-
Constructor Detail
-
DbEntityManagerFactory
public DbEntityManagerFactory(IdGenerator idGenerator)
-
-
Method Detail
-
getSessionType
public Class<?> getSessionType()
- Specified by:
getSessionType
in interfaceSessionFactory
-
openSession
public DbEntityManager openSession()
- Specified by:
openSession
in interfaceSessionFactory
-
-