Class EntityManagerSessionImpl
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionImpl
 
- 
- All Implemented Interfaces:
- Session,- EntityManagerSession
 
 public class EntityManagerSessionImpl extends java.lang.Object implements EntityManagerSession - Author:
- Frederik Heremans, Joram Barrez
 
- 
- 
Constructor SummaryConstructors Constructor Description EntityManagerSessionImpl(javax.persistence.EntityManagerFactory entityManagerFactory, boolean handleTransactions, boolean closeEntityManager)EntityManagerSessionImpl(javax.persistence.EntityManagerFactory entityManagerFactory, javax.persistence.EntityManager entityManager, boolean handleTransactions, boolean closeEntityManager)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()javax.persistence.EntityManagergetEntityManager()Get anEntityManagerinstance associated with this session.protected booleanisTransactionActive()
 
- 
- 
- 
Constructor Detail- 
EntityManagerSessionImplpublic EntityManagerSessionImpl(javax.persistence.EntityManagerFactory entityManagerFactory, javax.persistence.EntityManager entityManager, boolean handleTransactions, boolean closeEntityManager)
 - 
EntityManagerSessionImplpublic EntityManagerSessionImpl(javax.persistence.EntityManagerFactory entityManagerFactory, boolean handleTransactions, boolean closeEntityManager)
 
- 
 - 
Method Detail- 
isTransactionActiveprotected boolean isTransactionActive() 
 - 
getEntityManagerpublic javax.persistence.EntityManager getEntityManager() Description copied from interface:EntityManagerSessionGet anEntityManagerinstance associated with this session.- Specified by:
- getEntityManagerin interface- EntityManagerSession
 
 
- 
 
-