Package org.hibernate.metamodel
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 TypeMethodDescriptiongetEmbedded(String role) Deprecated.getEmbedded(NavigableRole role) default EntityMappingTypegetEntityMappingType(Class entityType) default EntityMappingTypegetEntityMappingType(String entityName) default StringgetImportedName(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
-
getEmbedded
Deprecated.UsegetEmbedded(NavigableRole)instead -
getImportedName
-
getEmbedded(NavigableRole)instead