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 EnginePersistenceLogger
LOG
protected 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()
Session
openSession()
-
-
-
Field Detail
-
LOG
protected static final EnginePersistenceLogger LOG
-
-
Method Detail
-
getSessionType
public Class<?> getSessionType()
- Specified by:
getSessionType
in interfaceSessionFactory
-
openSession
public Session openSession()
- Specified by:
openSession
in interfaceSessionFactory
-
-