org.kie.spring.persistence
Class KieSpringJpaManager
java.lang.Object
org.kie.spring.persistence.AbstractKieSpringJpaManager
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
| 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 |
KieSpringJpaManager
public KieSpringJpaManager(org.kie.api.runtime.Environment env)
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
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.