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