| Package | Description |
|---|---|
| javax.persistence | |
| org.hibernate.ejb | |
| org.hibernate.envers |
| Modifier and Type | Method and Description |
|---|---|
EntityManager |
EntityManagerFactory.createEntityManager()
Create a new application-managed
EntityManager. |
EntityManager |
EntityManagerFactory.createEntityManager(Map map)
Create a new application-managed
EntityManager with the
specified Map of properties. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HibernateEntityManager
Additional contract for Hibernate implementations of
EntityManager providing access to various Hibernate
specific functionality. |
interface |
HibernateEntityManagerImplementor
Additional internal contracts for the Hibernate
EntityManager implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityManagerImpl |
class |
EntityManagerImpl
Hibernate implementation of
EntityManager. |
| Modifier and Type | Method and Description |
|---|---|
EntityManager |
EntityManagerFactoryImpl.createEntityManager() |
EntityManager |
EntityManagerFactoryImpl.createEntityManager(Map map) |
| Modifier and Type | Method and Description |
|---|---|
static AuditReader |
AuditReaderFactory.get(EntityManager entityManager)
Create an audit reader associated with an open entity manager.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.