Package org.hibernate.metamodel
Interface RuntimeMetamodels
- All Known Subinterfaces:
RuntimeMetamodelsImplementor
- All Known Implementing Classes:
RuntimeMetamodelsImpl
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 TypeMethodDescriptiondefault EntityMappingType
getEntityMappingType
(Class<?> entityType) default EntityMappingType
getEntityMappingType
(String entityName) default String
getImportedName
(String name) Access to the JPA / domain metamodel.Access to the relational mapping model.default PluralAttributeMapping
-
Method Details
-
getJpaMetamodel
JpaMetamodel getJpaMetamodel()Access to the JPA / domain metamodel. -
getMappingMetamodel
MappingMetamodel getMappingMetamodel()Access to the relational mapping model. -
getEntityMappingType
-
getEntityMappingType
-
getPluralAttributeMapping
-
getImportedName
-