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 JpaMetamodelImplementorgetJpaMetamodel()Access to the JPA / domain metamodel.MappingMetamodelImplementorgetMappingMetamodel()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: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
-
-