org.hibernate.ejb
Interface HibernateEntityManagerImplementor
- All Superinterfaces:
- EntityManager, HibernateEntityManager
- All Known Implementing Classes:
- AbstractEntityManagerImpl, CurrentEntityManagerImpl, EntityManagerImpl
public interface HibernateEntityManagerImplementor
- extends HibernateEntityManager
- Author:
- Emmanuel Bernard
Methods inherited from interface javax.persistence.EntityManager |
clear, close, contains, createNamedQuery, createNativeQuery, createNativeQuery, createNativeQuery, createQuery, find, flush, getDelegate, getFlushMode, getReference, getTransaction, isOpen, joinTransaction, lock, merge, persist, refresh, remove, setFlushMode |
isTransactionInProgress
boolean isTransactionInProgress()
throwPersistenceException
void throwPersistenceException(PersistenceException e)
throwPersistenceException
void throwPersistenceException(org.hibernate.HibernateException e)
wrapStaleStateException
PersistenceException wrapStaleStateException(org.hibernate.StaleStateException e)
Copyright © 2011. All Rights Reserved.