org.kie.spring.persistence
public class KieSpringJpaManager extends Object implements org.jbpm.persistence.ProcessPersistenceContextManager
Constructor and Description |
---|
KieSpringJpaManager(org.kie.api.runtime.Environment env) |
Modifier and Type | Method and Description |
---|---|
void |
beginCommandScopedEntityManager() |
void |
clearPersistenceContext() |
void |
dispose() |
void |
endCommandScopedEntityManager() |
org.drools.persistence.PersistenceContext |
getApplicationScopedPersistenceContext() |
org.drools.persistence.PersistenceContext |
getCommandScopedPersistenceContext() |
org.jbpm.persistence.ProcessPersistenceContext |
getProcessPersistenceContext() |
public KieSpringJpaManager(org.kie.api.runtime.Environment env)
public org.drools.persistence.PersistenceContext getApplicationScopedPersistenceContext()
getApplicationScopedPersistenceContext
in interface org.drools.persistence.PersistenceContextManager
public org.drools.persistence.PersistenceContext getCommandScopedPersistenceContext()
getCommandScopedPersistenceContext
in interface org.drools.persistence.PersistenceContextManager
public void beginCommandScopedEntityManager()
beginCommandScopedEntityManager
in interface org.drools.persistence.PersistenceContextManager
public void endCommandScopedEntityManager()
endCommandScopedEntityManager
in interface org.drools.persistence.PersistenceContextManager
public void dispose()
dispose
in interface org.drools.persistence.PersistenceContextManager
public org.jbpm.persistence.ProcessPersistenceContext getProcessPersistenceContext()
getProcessPersistenceContext
in interface org.jbpm.persistence.ProcessPersistenceContextManager
public void clearPersistenceContext()
clearPersistenceContext
in interface org.drools.persistence.PersistenceContextManager
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.