org.camunda.bpm.engine.impl.persistence
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final EnginePersistenceLogger LOG
managerImplementation
protected Class<? extends Session> managerImplementation
GenericManagerFactory
public GenericManagerFactory(Class<? extends Session> managerImplementation)
GenericManagerFactory
public GenericManagerFactory(String classname)
getSessionType
public Class<?> getSessionType()
- Specified by:
getSessionType
in interface SessionFactory
openSession
public Session openSession()
- Specified by:
openSession
in interface SessionFactory
Copyright © 2016 camunda services GmbH. All rights reserved.