Class DbEntityManagerFactory
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManagerFactory
 
 
- 
- All Implemented Interfaces:
 SessionFactory
public class DbEntityManagerFactory extends java.lang.Object implements SessionFactory
- Author:
 - Sebastian Menski
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected IdGeneratoridGenerator 
- 
Constructor Summary
Constructors Constructor Description DbEntityManagerFactory(IdGenerator idGenerator) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>getSessionType()DbEntityManageropenSession() 
 - 
 
- 
- 
Field Detail
- 
idGenerator
protected IdGenerator idGenerator
 
 - 
 
- 
Constructor Detail
- 
DbEntityManagerFactory
public DbEntityManagerFactory(IdGenerator idGenerator)
 
 - 
 
- 
Method Detail
- 
getSessionType
public java.lang.Class<?> getSessionType()
- Specified by:
 getSessionTypein interfaceSessionFactory
 
- 
openSession
public DbEntityManager openSession()
- Specified by:
 openSessionin interfaceSessionFactory
 
 - 
 
 -