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

字段摘要
protected  boolean closeEntityManager
           
protected  javax.persistence.EntityManagerFactory entityManagerFactory
           
protected  boolean handleTransactions
           
 
构造方法摘要
EntityManagerSessionFactory(Object entityManagerFactory, boolean handleTransactions, boolean closeEntityManager)
           
 
方法摘要
 javax.persistence.EntityManagerFactory getEntityManagerFactory()
           
 Class<?> getSessionType()
           
 Session openSession()
           
 
从类 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.