Package org.hibernate.metamodel.spi
Interface RuntimeMetamodelsImplementor
- All Superinterfaces:
BindingContext
,MappingContext
,RuntimeMetamodels
- All Known Implementing Classes:
RuntimeMetamodelsImpl
public interface RuntimeMetamodelsImplementor
extends RuntimeMetamodels, MappingContext, BindingContext
SPI extending
RuntimeMetamodels
and mixing in MappingContext
.-
Method Summary
Modifier and TypeMethodDescriptionAccess to the JPA / domain metamodel.Access to the relational mapping model.Methods inherited from interface org.hibernate.query.BindingContext
getTypeConfiguration
Methods inherited from interface org.hibernate.type.MappingContext
getIdentifierPropertyName, getIdentifierType, getReferencedPropertyType
Methods inherited from interface org.hibernate.metamodel.RuntimeMetamodels
getEntityMappingType, getEntityMappingType, getImportedName, getPluralAttributeMapping
-
Method Details
-
getMappingMetamodel
MappingMetamodelImplementor getMappingMetamodel()Description copied from interface:RuntimeMetamodels
Access to the relational mapping model.- Specified by:
getMappingMetamodel
in interfaceBindingContext
- Specified by:
getMappingMetamodel
in interfaceRuntimeMetamodels
-
getJpaMetamodel
JpaMetamodelImplementor getJpaMetamodel()Description copied from interface:RuntimeMetamodels
Access to the JPA / domain metamodel.- Specified by:
getJpaMetamodel
in interfaceBindingContext
- Specified by:
getJpaMetamodel
in interfaceRuntimeMetamodels
-