Uses of Interface
jakarta.persistence.metamodel.Metamodel
-
Packages that use Metamodel Package Description jakarta.persistence 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 Metamodel Modifier and Type Method Description Metamodel
EntityManager. getMetamodel()
Return an instance ofMetamodel
interface for access to the metamodel of the persistence unit.Metamodel
EntityManagerFactory. getMetamodel()
Return an instance ofMetamodel
interface for access to the metamodel of the persistence unit.
-