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