org.camunda.bpm.engine.impl.variable
Interface EntityManagerSession

All Superinterfaces:
Session
All Known Implementing Classes:
EntityManagerSessionImpl

public interface EntityManagerSession
extends Session

Author:
Frederik Heremans

Method Summary
 javax.persistence.EntityManager getEntityManager()
          Get an EntityManager instance associated with this session.
 
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Session
close, flush
 

Method Detail

getEntityManager

javax.persistence.EntityManager getEntityManager()
Get an EntityManager instance associated with this session.

Throws:
ProcessEngineException - when no EntityManagerFactory instance is configured for the process engine.


Copyright © 2014 camunda services GmbH. All Rights Reserved.