org.drools.container.spring.beans.persistence
Class DroolsSpringJpaManager
java.lang.Object
org.drools.container.spring.beans.persistence.DroolsSpringJpaManager
- All Implemented Interfaces:
- org.drools.persistence.PersistenceContextManager, org.jbpm.persistence.ProcessPersistenceContextManager
public class DroolsSpringJpaManager
- extends Object
- implements org.jbpm.persistence.ProcessPersistenceContextManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DroolsSpringJpaManager
public DroolsSpringJpaManager(org.drools.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
endCommandScopedEntityManager
public void endCommandScopedEntityManager()
- Specified by:
endCommandScopedEntityManager in interface org.drools.persistence.PersistenceContextManager
dispose
public void dispose()
- Specified by:
dispose in interface org.drools.persistence.PersistenceContextManager
getProcessPersistenceContext
public org.jbpm.persistence.ProcessPersistenceContext getProcessPersistenceContext()
- Specified by:
getProcessPersistenceContext in interface org.jbpm.persistence.ProcessPersistenceContextManager
clearPersistenceContext
public void clearPersistenceContext()
- Specified by:
clearPersistenceContext in interface org.drools.persistence.PersistenceContextManager
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.