Class AbstractKieSpringJpaManager

    • Field Detail

      • 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
    • Constructor Detail

      • AbstractKieSpringJpaManager

        public AbstractKieSpringJpaManager​(org.kie.api.runtime.Environment env)
    • Method Detail

      • getApplicationScopedEntityManager

        public javax.persistence.EntityManager getApplicationScopedEntityManager()
      • getCommandScopedEntityManager

        public javax.persistence.EntityManager getCommandScopedEntityManager()
      • endCommandScopedEntityManager

        public abstract void endCommandScopedEntityManager()
      • dispose

        public void dispose()
      • resetApplicationScoped

        public void resetApplicationScoped()