org.hibernate.ejb
Class EntityManagerImpl
java.lang.Object
org.hibernate.ejb.AbstractEntityManagerImpl
org.hibernate.ejb.EntityManagerImpl
- All Implemented Interfaces:
- Serializable, javax.persistence.EntityManager, HibernateEntityManager, HibernateEntityManagerImplementor
public class EntityManagerImpl
- extends AbstractEntityManagerImpl
- Author:
- Gavin King
- See Also:
- Serialized Form
Field Summary |
protected boolean |
open
|
protected org.hibernate.Session |
session
|
protected org.hibernate.SessionFactory |
sessionFactory
|
Constructor Summary |
EntityManagerImpl(org.hibernate.SessionFactory sessionFactory,
javax.persistence.PersistenceContextType pcType,
javax.persistence.spi.PersistenceUnitTransactionType transactionType)
|
Methods inherited from class org.hibernate.ejb.AbstractEntityManagerImpl |
adjustFlushMode, clear, contains, createNamedQuery, createNativeQuery, createNativeQuery, createNativeQuery, createQuery, find, flush, getFlushMode, getReference, getTransaction, isTransactionInProgress, lock, merge, persist, refresh, remove, setFlushMode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
session
protected org.hibernate.Session session
sessionFactory
protected org.hibernate.SessionFactory sessionFactory
open
protected boolean open
EntityManagerImpl
public EntityManagerImpl(org.hibernate.SessionFactory sessionFactory,
javax.persistence.PersistenceContextType pcType,
javax.persistence.spi.PersistenceUnitTransactionType transactionType)
getSession
public org.hibernate.Session getSession()
- Specified by:
getSession
in interface HibernateEntityManager
- Specified by:
getSession
in class AbstractEntityManagerImpl
close
public void close()
isOpen
public boolean isOpen()