Class GenericManagerFactory
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.persistence.GenericManagerFactory
 
 
- 
- All Implemented Interfaces:
 SessionFactory
public class GenericManagerFactory extends Object implements SessionFactory
- Author:
 - Tom Baeyens
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected static EnginePersistenceLoggerLOGprotected Class<? extends Session>managerImplementation 
- 
Constructor Summary
Constructors Constructor Description GenericManagerFactory(Class<? extends Session> managerImplementation)GenericManagerFactory(String classname) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getSessionType()SessionopenSession() 
 - 
 
- 
- 
Field Detail
- 
LOG
protected static final EnginePersistenceLogger LOG
 
 - 
 
- 
Method Detail
- 
getSessionType
public Class<?> getSessionType()
- Specified by:
 getSessionTypein interfaceSessionFactory
 
- 
openSession
public Session openSession()
- Specified by:
 openSessionin interfaceSessionFactory
 
 - 
 
 -