Package org.hibernate.metamodel.spi
Interface RuntimeMetamodelsImplementor
- All Superinterfaces:
RuntimeMetamodels
- All Known Implementing Classes:
RuntimeMetamodelsImpl
SPI extending
RuntimeMetamodels.- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionAccess to the JPA / domain metamodel.Access to the relational mapping model.Methods inherited from interface org.hibernate.metamodel.RuntimeMetamodels
getEmbedded, getEmbedded, getEntityMappingType, getEntityMappingType, getImportedName, getPluralAttributeMapping
-
Method Details
-
getMappingMetamodel
MappingMetamodelImplementor getMappingMetamodel()Description copied from interface:RuntimeMetamodelsAccess to the relational mapping model.- Specified by:
getMappingMetamodelin interfaceRuntimeMetamodels
-
getJpaMetamodel
JpaMetamodelImplementor getJpaMetamodel()Description copied from interface:RuntimeMetamodelsAccess to the JPA / domain metamodel.- Specified by:
getJpaMetamodelin interfaceRuntimeMetamodels
-