jBPM distribution 6.1.0.Beta3

org.jbpm.persistence
Class JpaProcessPersistenceContextManager

java.lang.Object
  extended by org.drools.persistence.jpa.AbstractPersistenceContextManager
      extended by org.drools.persistence.jpa.JpaPersistenceContextManager
          extended by org.jbpm.persistence.JpaProcessPersistenceContextManager
All Implemented Interfaces:
org.drools.persistence.PersistenceContextManager, ProcessPersistenceContextManager

public class JpaProcessPersistenceContextManager
extends org.drools.persistence.jpa.JpaPersistenceContextManager
implements ProcessPersistenceContextManager


Field Summary
 
Fields inherited from class org.drools.persistence.jpa.AbstractPersistenceContextManager
appScopedEntityManager, cmdScopedEntityManager, emf, env, internalAppScopedEntityManagerFlag, internalCmdScopedEntityManagerFlag, txm
 
Constructor Summary
JpaProcessPersistenceContextManager(Environment env)
           
 
Method Summary
 ProcessPersistenceContext getProcessPersistenceContext()
           
 
Methods inherited from class org.drools.persistence.jpa.JpaPersistenceContextManager
beginCommandScopedEntityManager, getApplicationScopedPersistenceContext, getCommandScopedPersistenceContext
 
Methods inherited from class org.drools.persistence.jpa.AbstractPersistenceContextManager
dispose, endCommandScopedEntityManager, getApplicationScopedEntityManager, getCommandScopedEntityManager, getInternalCommandScopedEntityManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.persistence.PersistenceContextManager
beginCommandScopedEntityManager, dispose, endCommandScopedEntityManager, getApplicationScopedPersistenceContext, getCommandScopedPersistenceContext
 

Constructor Detail

JpaProcessPersistenceContextManager

public JpaProcessPersistenceContextManager(Environment env)
Method Detail

getProcessPersistenceContext

public ProcessPersistenceContext getProcessPersistenceContext()
Specified by:
getProcessPersistenceContext in interface ProcessPersistenceContextManager

jBPM distribution 6.1.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.