Uses of Interface
jakarta.persistence.EntityManagerFactory
Packages that use EntityManagerFactory
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
SPI for Jakarta Persistence providers
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.
Implements and extends the JPA-defined entity graph API.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.The packages in this namespace are responsible for implementing certain
requirements of the JPA specification, especially things which are only
needed when Hibernate is acting as a JPA persistence provider.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
-
Uses of EntityManagerFactory in jakarta.persistence
Methods in jakarta.persistence that return EntityManagerFactoryModifier and TypeMethodDescriptionstatic EntityManagerFactoryPersistence.createEntityManagerFactory(String persistenceUnitName) Create and return an EntityManagerFactory for the named persistence unit.static EntityManagerFactoryPersistence.createEntityManagerFactory(String persistenceUnitName, Map properties) Create and return an EntityManagerFactory for the named persistence unit using the given properties.EntityManager.getEntityManagerFactory()Return the entity manager factory for the entity manager. -
Uses of EntityManagerFactory in jakarta.persistence.spi
Methods in jakarta.persistence.spi that return EntityManagerFactoryModifier and TypeMethodDescriptionPersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info, Map map) Called by the container when anEntityManagerFactoryis to be created.PersistenceProvider.createEntityManagerFactory(String emName, Map map) Called byPersistenceclass when anEntityManagerFactoryis to be created. -
Uses of EntityManagerFactory in org.hibernate
Subinterfaces of EntityManagerFactory in org.hibernateModifier and TypeInterfaceDescriptioninterfaceASessionFactoryrepresents an "instance" of Hibernate: it maintains the runtime metamodel representing persistent entities, their attributes, their associations, and their mappings to relational database tables, along with configuration that affects the runtime behavior of Hibernate, and instances of services that Hibernate needs to perform its duties. -
Uses of EntityManagerFactory in org.hibernate.engine.spi
Subinterfaces of EntityManagerFactory in org.hibernate.engine.spiModifier and TypeInterfaceDescriptioninterfaceDefines the internal contract between theSessionFactoryand the internal implementation of Hibernate.Classes in org.hibernate.engine.spi that implement EntityManagerFactoryModifier and TypeClassDescriptionclassBase delegating implementation of theSessionFactoryandSessionFactoryImplementorcontracts for intended for easier implementation ofSessionFactory.Methods in org.hibernate.engine.spi that return EntityManagerFactoryModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getEntityManagerFactory()SessionLazyDelegator.getEntityManagerFactory() -
Uses of EntityManagerFactory in org.hibernate.graph
Methods in org.hibernate.graph with parameters of type EntityManagerFactoryModifier and TypeMethodDescriptionstatic <T> voidGraphParser.parseInto(EntityGraph<T> graph, CharSequence graphText, EntityManagerFactory entityManagerFactory) Parses the textual graph representation into the specified graph.static <T> voidGraphParser.parseInto(Subgraph<T> graph, CharSequence graphText, EntityManagerFactory entityManagerFactory) Parses the textual graph representation into the specified graph.static <T> voidGraphParser.parseInto(Graph<T> graph, CharSequence graphText, EntityManagerFactory entityManagerFactory) Parses the textual graph representation into the specified graph. -
Uses of EntityManagerFactory in org.hibernate.internal
Classes in org.hibernate.internal that implement EntityManagerFactory -
Uses of EntityManagerFactory in org.hibernate.jpa
Methods in org.hibernate.jpa that return EntityManagerFactoryModifier and TypeMethodDescriptionHibernatePersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info, Map properties) Called by the container when anEntityManagerFactoryis to be created.HibernatePersistenceProvider.createEntityManagerFactory(String persistenceUnitName, Map properties) Called byPersistenceclass when anEntityManagerFactoryis to be created. -
Uses of EntityManagerFactory in org.hibernate.jpa.boot.internal
Methods in org.hibernate.jpa.boot.internal that return EntityManagerFactory -
Uses of EntityManagerFactory in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi that return EntityManagerFactoryModifier and TypeMethodDescriptionEntityManagerFactoryBuilder.build()BuildEntityManagerFactoryinstance -
Uses of EntityManagerFactory in org.hibernate.query.criteria
Constructors in org.hibernate.query.criteria with parameters of type EntityManagerFactoryModifierConstructorDescriptionCriteriaDefinition(EntityManagerFactory factory, CriteriaQuery<R> baseQuery) CriteriaDefinition(EntityManagerFactory factory, Class<R> resultType) CriteriaDefinition(EntityManagerFactory factory, Class<R> resultType, String baseHql) -
Uses of EntityManagerFactory in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm with parameters of type EntityManagerFactoryModifier and TypeMethodDescriptionstatic SearchMappingSearch.mapping(EntityManagerFactory entityManagerFactory) Retrieve theSearchMappingfrom a JPAEntityManagerFactory. -
Uses of EntityManagerFactory in org.hibernate.search.mapper.orm.common.impl
Methods in org.hibernate.search.mapper.orm.common.impl with parameters of type EntityManagerFactoryModifier and TypeMethodDescriptionstatic SessionFactoryImplementorHibernateOrmUtils.toSessionFactoryImplementor(EntityManagerFactory entityManagerFactory) -
Uses of EntityManagerFactory in org.hibernate.search.mapper.orm.mapping
Methods in org.hibernate.search.mapper.orm.mapping that return EntityManagerFactory -
Uses of EntityManagerFactory in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl that return EntityManagerFactory