Uses of Interface
jakarta.persistence.EntityManager
Packages that use EntityManager
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
This package defines the central Hibernate APIs, beginning with
SessionFactory, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session and StatelessSession,
the most important APIs exposing persistence-related operations for
entities.This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Defines the event types and event listener interfaces for
events produced by the stateful
Session.Implements and extends the JPA-defined entity graph API.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
-
Uses of EntityManager in jakarta.persistence
Methods in jakarta.persistence that return EntityManagerModifier and TypeMethodDescriptionEntityManagerFactory.createEntityManager()Create a new application-managedEntityManager.EntityManagerFactory.createEntityManager(SynchronizationType synchronizationType) Create a new JTA application-managedEntityManagerwith the specified synchronization type.EntityManagerFactory.createEntityManager(SynchronizationType synchronizationType, Map map) Create a new JTA application-managedEntityManagerwith the specified synchronization type and map of properties.EntityManagerFactory.createEntityManager(Map map) Create a new application-managedEntityManagerwith the specified Map of properties. -
Uses of EntityManager in org.hibernate
Subinterfaces of EntityManager in org.hibernateModifier and TypeInterfaceDescriptioninterfaceThe main runtime interface between a Java application and Hibernate. -
Uses of EntityManager in org.hibernate.engine.spi
Subinterfaces of EntityManager in org.hibernate.engine.spiModifier and TypeInterfaceDescriptioninterfaceDefines the "internal contract" betweenSessionand other parts of Hibernate including implementors ofType,EntityPersister, andCollectionPersister.Classes in org.hibernate.engine.spi that implement EntityManagerModifier and TypeClassDescriptionclassA wrapper class that delegates all method invocations to a delegate instance ofSessionImplementor.classThis helper class allows decorating a Session instance, while the instance itself is lazily provided via aSupplier.Methods in org.hibernate.engine.spi that return EntityManagerModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.createEntityManager()SessionFactoryDelegatingImpl.createEntityManager(SynchronizationType synchronizationType) SessionFactoryDelegatingImpl.createEntityManager(SynchronizationType synchronizationType, Map map) SessionFactoryDelegatingImpl.createEntityManager(Map map) -
Uses of EntityManager in org.hibernate.envers
Methods in org.hibernate.envers with parameters of type EntityManagerModifier and TypeMethodDescriptionstatic 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 EntityManagerModifier and TypeClassDescriptionclassclass -
Uses of EntityManager in org.hibernate.event.spi
Subinterfaces of EntityManager in org.hibernate.event.spi -
Uses of EntityManager in org.hibernate.graph
Methods in org.hibernate.graph with parameters of type EntityManagerModifier and TypeMethodDescriptionstatic <T> EntityGraph<T>EntityGraphs.merge(EntityManager em, Class<T> rootType, EntityGraph<T>... graphs) Merges multiple entity graphs into a single graph that specifies the fetching/loading of all attributes the input graphs specify.static <T> RootGraph<T>GraphParser.parse(Class<T> rootType, CharSequence graphText, EntityManager entityManager) Creates a root graph based on the passed `rootType` and parses `graphText` into the generated root graphstatic <T> voidGraphParser.parseInto(EntityGraph<T> graph, CharSequence graphText, EntityManager entityManager) Parses the textual graph representation into the specified graph.static <T> voidGraphParser.parseInto(Subgraph<T> graph, CharSequence graphText, EntityManager entityManager) Parses the textual graph representation into the specified graph.static <T> voidGraphParser.parseInto(Graph<T> graph, CharSequence graphText, EntityManager entityManager) Parses the textual graph representation into the specified graph. -
Uses of EntityManager in org.hibernate.internal
Classes in org.hibernate.internal that implement EntityManager -
Uses of EntityManager in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria with parameters of type EntityManagerConstructors in org.hibernate.query.criteria with parameters of type EntityManagerModifierConstructorDescriptionCriteriaDefinition(EntityManager entityManager, CriteriaQuery<R> baseQuery) CriteriaDefinition(EntityManager entityManager, Class<R> resultType) CriteriaDefinition(EntityManager entityManager, Class<R> resultType, String baseHql) -
Uses of EntityManager in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type EntityManagerModifier and TypeMethodDescriptionstatic 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 EntityManagerModifier and TypeMethodDescriptionstatic SessionHibernateOrmUtils.toSession(EntityManager entityManager) static SessionImplementorHibernateOrmUtils.toSessionImplementor(EntityManager entityManager) -
Uses of EntityManager in org.hibernate.search.mapper.orm.loading.spi
Methods in org.hibernate.search.mapper.orm.loading.spi with parameters of type EntityManagerModifier and TypeMethodDescriptionHibernateOrmLoadingMappingContext.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 EntityManagerModifier and TypeMethodDescriptionHibernateOrmMapping.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 EntityManagerModifier and TypeMethodDescriptionHibernateOrmScopeMappingContext.sessionContext(EntityManager entityManager) -
Uses of EntityManager in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session that return EntityManager -
Uses of EntityManager in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return EntityManagerModifier and TypeMethodDescriptionDelegatingSearchSession.toEntityManager()HibernateOrmSearchSession.toEntityManager() -
Uses of EntityManager in org.hibernate.search.mapper.orm.spi
Methods in org.hibernate.search.mapper.orm.spi with parameters of type EntityManagerModifier and TypeMethodDescriptionBatchMappingContext.sessionContext(EntityManager entityManager)