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.
 
An SPI used to initiate and control the JPA bootstrap process, along with SPI interfaces allowing certain sorts of extensions to be contributed during the bootstrap process.
The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.