Kie :: Spring 6.1.0.CR2

org.kie.spring.persistence
Class KieSpringJpaManager

java.lang.Object
  extended by org.kie.spring.persistence.AbstractKieSpringJpaManager
      extended by org.kie.spring.persistence.KieSpringJpaManager
All Implemented Interfaces:
org.drools.persistence.PersistenceContextManager, org.jbpm.persistence.ProcessPersistenceContextManager

public class KieSpringJpaManager
extends AbstractKieSpringJpaManager
implements org.jbpm.persistence.ProcessPersistenceContextManager


Field Summary
 
Fields inherited from class org.kie.spring.persistence.AbstractKieSpringJpaManager
appScopedEntityManager, emf, env, internalAppScopedEntityManager, isJTA
 
Constructor Summary
KieSpringJpaManager(org.kie.api.runtime.Environment env)
           
 
Method Summary
 void beginCommandScopedEntityManager()
           
 void endCommandScopedEntityManager()
           
 org.drools.persistence.PersistenceContext getApplicationScopedPersistenceContext()
           
 org.drools.persistence.PersistenceContext getCommandScopedPersistenceContext()
           
 org.jbpm.persistence.ProcessPersistenceContext getProcessPersistenceContext()
           
 
Methods inherited from class org.kie.spring.persistence.AbstractKieSpringJpaManager
dispose, getApplicationScopedEntityManager, getCommandScopedEntityManager
 
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
dispose
 

Constructor Detail

KieSpringJpaManager

public KieSpringJpaManager(org.kie.api.runtime.Environment env)
Method Detail

getApplicationScopedPersistenceContext

public org.drools.persistence.PersistenceContext getApplicationScopedPersistenceContext()
Specified by:
getApplicationScopedPersistenceContext in interface org.drools.persistence.PersistenceContextManager

getCommandScopedPersistenceContext

public org.drools.persistence.PersistenceContext getCommandScopedPersistenceContext()
Specified by:
getCommandScopedPersistenceContext in interface org.drools.persistence.PersistenceContextManager

beginCommandScopedEntityManager

public void beginCommandScopedEntityManager()
Specified by:
beginCommandScopedEntityManager in interface org.drools.persistence.PersistenceContextManager

getProcessPersistenceContext

public org.jbpm.persistence.ProcessPersistenceContext getProcessPersistenceContext()
Specified by:
getProcessPersistenceContext in interface org.jbpm.persistence.ProcessPersistenceContextManager

endCommandScopedEntityManager

public void endCommandScopedEntityManager()
Specified by:
endCommandScopedEntityManager in interface org.drools.persistence.PersistenceContextManager
Specified by:
endCommandScopedEntityManager in class AbstractKieSpringJpaManager

Kie :: Spring 6.1.0.CR2

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