Uses of Interface
jakarta.persistence.metamodel.Metamodel
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of Metamodel in jakarta.persistence
Modifier 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.