Package | Description |
---|---|
javax.persistence | |
org.hibernate.envers | |
org.hibernate.jpa |
Defines Hibernate implementation of Java Persistence specification.
|
org.hibernate.jpa.internal | |
org.hibernate.jpa.spi | |
org.hibernate.search.jpa | |
org.hibernate.search.jpa.impl |
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. |
EntityManager |
EntityManagerFactory.createEntityManager(SynchronizationType synchronizationType)
Create a new JTA application-managed EntityManager with the specified synchronization type.
|
EntityManager |
EntityManagerFactory.createEntityManager(SynchronizationType synchronizationType,
Map map)
Create a new JTA application-managed EntityManager with the specified synchronization type and Map of properties.
|
Modifier and Type | Method and Description |
---|---|
static AuditReader |
AuditReaderFactory.get(EntityManager entityManager)
Create an audit reader associated with an open entity manager.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HibernateEntityManager
Additional contract for Hibernate implementations of
EntityManager providing access to various Hibernate
specific functionality. |
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerImpl
Hibernate implementation of
EntityManager . |
Modifier and Type | Method and Description |
---|---|
EntityManager |
EntityManagerFactoryImpl.createEntityManager() |
EntityManager |
EntityManagerFactoryImpl.createEntityManager(Map map) |
EntityManager |
EntityManagerFactoryImpl.createEntityManager(SynchronizationType synchronizationType) |
EntityManager |
EntityManagerFactoryImpl.createEntityManager(SynchronizationType synchronizationType,
Map map) |
Modifier and Type | Interface and Description |
---|---|
interface |
HibernateEntityManagerImplementor
Additional internal contracts for the Hibernate
EntityManager implementation. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityManagerImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
FullTextEntityManager
Extends an EntityManager with Full-Text operations
|
Modifier and Type | Method and Description |
---|---|
static FullTextEntityManager |
Search.getFullTextEntityManager(EntityManager em)
Build a full text capable EntityManager
The underlying EM implementation has to be Hibernate EntityManager
The created instance depends on the passed Session: closing either of them will
close both instances.
|
Modifier and Type | Method and Description |
---|---|
static FullTextEntityManager |
ImplementationFactory.createFullTextEntityManager(EntityManager em) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.