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