Uses of Interface
jakarta.persistence.metamodel.Metamodel
Packages that use Metamodel
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of Metamodel in jakarta.persistence
Methods in jakarta.persistence that return MetamodelModifier and TypeMethodDescriptionEntityManager.getMetamodel()
Obtain an instance of theMetamodel
interface which provides access to metamodel objects describing the managed types belonging to the persistence unit.EntityManagerFactory.getMetamodel()
Return an instance of theMetamodel
interface for access to the metamodel of the persistence unit.