org.kie.spring.persistence
Class AbstractKieSpringJpaManager
java.lang.Object
org.kie.spring.persistence.AbstractKieSpringJpaManager
- Direct Known Subclasses:
- KieSpringJpaManager, KieSpringTaskJpaManager
public abstract class AbstractKieSpringJpaManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
env
protected org.kie.api.runtime.Environment env
emf
protected javax.persistence.EntityManagerFactory emf
appScopedEntityManager
protected javax.persistence.EntityManager appScopedEntityManager
internalAppScopedEntityManager
protected boolean internalAppScopedEntityManager
isJTA
protected boolean isJTA
AbstractKieSpringJpaManager
public AbstractKieSpringJpaManager(org.kie.api.runtime.Environment env)
getApplicationScopedEntityManager
public javax.persistence.EntityManager getApplicationScopedEntityManager()
getCommandScopedEntityManager
public javax.persistence.EntityManager getCommandScopedEntityManager()
endCommandScopedEntityManager
public abstract void endCommandScopedEntityManager()
dispose
public void dispose()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.