| 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.
|
| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
FullTextEntityManagerImpl |
| Constructor and Description |
|---|
FullTextEntityManagerImpl(EntityManager em) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JPAIdentityStore.getOwnerEntity(AttributedType attributedType,
Property ownerProperty,
EntityManager entityManager) |
Object |
JPAIdentityStore.getRootEntity(AttributedType attributedType,
EntityManager entityManager) |
| Modifier and Type | Method and Description |
|---|---|
<P extends AttributedType> |
EntityMapper.createType(Object entityInstance,
EntityManager entityManager) |
List |
EntityMapper.getAssociatedEntities(AttributedType attributedType,
EntityMapper entityMapper,
EntityManager entityManager) |
Object |
EntityMapper.persist(AttributedType attributedType,
EntityManager entityManager) |
Object |
EntityMapper.updateEntity(AttributedType attributedType,
EntityManager entityManager) |
| Modifier and Type | Method and Description |
|---|---|
EntityManager |
EntityManagerProvider.getEntityManager()
Returns an
EntityManager if produced by the application. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.