Interface RuntimeMetamodels
- All Known Subinterfaces:
RuntimeMetamodelsImplementor
Entry point providing access to the runtime metamodels:
- the domain model, our implementation of the JPA-defined model of the Java types, and
- our relational mapping model of how these types are made persistent.
-
Method Summary
Modifier and TypeMethodDescriptionAccess to the JPA / domain metamodel.Access to the relational mapping model.
-
Method Details
-
getJpaMetamodel
JpaMetamodel getJpaMetamodel()Access to the JPA / domain metamodel. -
getMappingMetamodel
MappingMetamodel getMappingMetamodel()Access to the relational mapping model.
-