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()
Obtain an instance of theMetamodel
interface which provides access to metamodel objects describing the managed types belonging to the persistence unit.Metamodel
EntityManagerFactory. getMetamodel()
Return an instance of theMetamodel
interface for access to the metamodel of the persistence unit.
-