org.activiti.engine.impl.persistence
类 GenericManagerFactory
java.lang.Object
org.activiti.engine.impl.persistence.GenericManagerFactory
- 所有已实现的接口:
- SessionFactory
public class GenericManagerFactory
- extends Object
- implements SessionFactory
- 作者:
- Tom Baeyens
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
managerImplementation
protected Class<? extends Session> managerImplementation
GenericManagerFactory
public GenericManagerFactory(Class<? extends Session> managerImplementation)
getSessionType
public Class<?> getSessionType()
- 指定者:
- 接口
SessionFactory
中的 getSessionType
openSession
public Session openSession()
- 指定者:
- 接口
SessionFactory
中的 openSession
Copyright © 2013 Alfresco. All rights reserved.