Uses of Interface
jakarta.persistence.EntityManager
-
Packages that use EntityManager Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping.org.hibernate.engine.spi org.hibernate.envers org.hibernate.envers.internal.entities.mapper.relation.lazy org.hibernate.search.mapper.orm org.hibernate.search.mapper.orm.common.impl org.hibernate.search.mapper.orm.loading.impl org.hibernate.search.mapper.orm.mapping.impl org.hibernate.search.mapper.orm.massindexing.impl org.hibernate.search.mapper.orm.scope.impl org.hibernate.search.mapper.orm.session org.hibernate.search.mapper.orm.session.impl org.hibernate.search.mapper.orm.spi -
-
Uses of EntityManager in jakarta.persistence
Methods in jakarta.persistence that return EntityManager Modifier and Type Method Description EntityManagerEntityManagerFactory. createEntityManager()Create a new application-managedEntityManager.EntityManagerEntityManagerFactory. createEntityManager(SynchronizationType synchronizationType)Create a new JTA application-managedEntityManagerwith the specified synchronization type.EntityManagerEntityManagerFactory. createEntityManager(SynchronizationType synchronizationType, Map map)Create a new JTA application-managedEntityManagerwith the specified synchronization type and map of properties.EntityManagerEntityManagerFactory. createEntityManager(Map map)Create a new application-managedEntityManagerwith the specified Map of properties. -
Uses of EntityManager in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw EntityManager Modifier and Type Class Description classorg.hibernate.engine.spi.SessionDelegatorBaseImpl -
Uses of EntityManager in org.hibernate.envers
Methods in org.hibernate.envers with parameters of type EntityManager Modifier and Type Method Description static AuditReaderAuditReaderFactory. get(EntityManager entityManager)Create an audit reader associated with an open entity manager. -
Uses of EntityManager in org.hibernate.envers.internal.entities.mapper.relation.lazy
Classes in org.hibernate.envers.internal.entities.mapper.relation.lazy that implement EntityManager Modifier and Type Class Description classAbstractDelegateSessionImplementorclassToOneDelegateSessionImplementor -
Uses of EntityManager in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type EntityManager Modifier and Type Method Description static SearchSessionSearch. session(EntityManager entityManager)Retrieve theSearchSessionfrom a JPAEntityManager. -
Uses of EntityManager in org.hibernate.search.mapper.orm.common.impl
Methods in org.hibernate.search.mapper.orm.common.impl with parameters of type EntityManager Modifier and Type Method Description static org.hibernate.SessionHibernateOrmUtils. toSession(EntityManager entityManager)static org.hibernate.engine.spi.SessionImplementorHibernateOrmUtils. toSessionImplementor(EntityManager entityManager) -
Uses of EntityManager in org.hibernate.search.mapper.orm.loading.impl
Methods in org.hibernate.search.mapper.orm.loading.impl with parameters of type EntityManager Modifier and Type Method Description LoadingSessionContextLoadingMappingContext. sessionContext(EntityManager entityManager) -
Uses of EntityManager in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl with parameters of type EntityManager Modifier and Type Method Description HibernateOrmScopeSessionContextHibernateOrmMapping. sessionContext(EntityManager entityManager) -
Uses of EntityManager in org.hibernate.search.mapper.orm.massindexing.impl
Methods in org.hibernate.search.mapper.orm.massindexing.impl with parameters of type EntityManager Modifier and Type Method Description HibernateOrmScopeSessionContextHibernateOrmMassIndexingMappingContext. sessionContext(EntityManager entityManager) -
Uses of EntityManager in org.hibernate.search.mapper.orm.scope.impl
Methods in org.hibernate.search.mapper.orm.scope.impl with parameters of type EntityManager Modifier and Type Method Description HibernateOrmScopeSessionContextHibernateOrmScopeMappingContext. sessionContext(EntityManager entityManager) -
Uses of EntityManager in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session that return EntityManager Modifier and Type Method Description EntityManagerSearchSession. toEntityManager() -
Uses of EntityManager in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return EntityManager Modifier and Type Method Description EntityManagerDelegatingSearchSession. toEntityManager()EntityManagerHibernateOrmSearchSession. toEntityManager() -
Uses of EntityManager in org.hibernate.search.mapper.orm.spi
Methods in org.hibernate.search.mapper.orm.spi with parameters of type EntityManager Modifier and Type Method Description BatchSessionContextBatchMappingContext. sessionContext(EntityManager entityManager)
-