Package org.hibernate.metamodel.spi
Interface RuntimeMetamodelsImplementor
-
- All Superinterfaces:
RuntimeMetamodels
- All Known Implementing Classes:
RuntimeMetamodelsImpl
public interface RuntimeMetamodelsImplementor extends RuntimeMetamodels
SPI extendingRuntimeMetamodels
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JpaMetamodelImplementor
getJpaMetamodel()
Access to the JPA / domain metamodel.MappingMetamodelImplementor
getMappingMetamodel()
Access to the relational mapping model.-
Methods inherited from interface org.hibernate.metamodel.RuntimeMetamodels
getEmbedded, getEmbedded, getEntityMappingType, getEntityMappingType, getImportedName, getPluralAttributeMapping
-
-
-
-
Method Detail
-
getMappingMetamodel
MappingMetamodelImplementor getMappingMetamodel()
Description copied from interface:RuntimeMetamodels
Access to the relational mapping model.- Specified by:
getMappingMetamodel
in interfaceRuntimeMetamodels
-
getJpaMetamodel
JpaMetamodelImplementor getJpaMetamodel()
Description copied from interface:RuntimeMetamodels
Access to the JPA / domain metamodel.- Specified by:
getJpaMetamodel
in interfaceRuntimeMetamodels
-
-