public abstract class AbstractKieSpringJpaManager extends Object
Modifier and Type | Field and Description |
---|---|
protected javax.persistence.EntityManager |
appScopedEntityManager |
protected javax.persistence.EntityManagerFactory |
emf |
protected org.kie.api.runtime.Environment |
env |
protected boolean |
internalAppScopedEntityManager |
protected boolean |
isJTA |
Constructor and Description |
---|
AbstractKieSpringJpaManager(org.kie.api.runtime.Environment env) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
abstract void |
endCommandScopedEntityManager() |
javax.persistence.EntityManager |
getApplicationScopedEntityManager() |
javax.persistence.EntityManager |
getCommandScopedEntityManager() |
protected org.kie.api.runtime.Environment env
protected javax.persistence.EntityManagerFactory emf
protected javax.persistence.EntityManager appScopedEntityManager
protected boolean internalAppScopedEntityManager
protected boolean isJTA
public AbstractKieSpringJpaManager(org.kie.api.runtime.Environment env)
public javax.persistence.EntityManager getApplicationScopedEntityManager()
public javax.persistence.EntityManager getCommandScopedEntityManager()
public abstract void endCommandScopedEntityManager()
public void dispose()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.