Uses of Interface
org.hibernate.metamodel.MappingMetamodel
Packages that use MappingMetamodel
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.This package defines an API for accessing the runtime metamodel describing persistent
entities in Java and their mappings to the relational database schema.
Implementation of the SPI for the runtime domain metamodel.
An SPI for the runtime domain metamodel.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
Validation for HQL queries.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Package for the SQM-backed Query implementation details
-
Uses of MappingMetamodel in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return MappingMetamodel -
Uses of MappingMetamodel in org.hibernate.internal
Methods in org.hibernate.internal that return MappingMetamodel -
Uses of MappingMetamodel in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return MappingMetamodelModifier and TypeMethodDescriptionRuntimeMetamodels.getMappingMetamodel()
Access to the relational mapping model. -
Uses of MappingMetamodel in org.hibernate.metamodel.internal
Constructors in org.hibernate.metamodel.internal with parameters of type MappingMetamodelModifierConstructorDescriptionMetadataContext
(JpaMetamodelImplementor jpaMetamodel, MappingMetamodel mappingMetamodel, MetadataImplementor bootMetamodel, JpaStaticMetamodelPopulationSetting jpaStaticMetaModelPopulationSetting, JpaMetamodelPopulationSetting jpaMetaModelPopulationSetting, RuntimeModelCreationContext runtimeModelCreationContext) -
Uses of MappingMetamodel in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement MappingMetamodelMethods in org.hibernate.metamodel.model.domain.internal that return MappingMetamodelModifier and TypeMethodDescriptionJpaMetamodelImpl.getMappingMetamodel()
MappingMetamodelImpl.getMappingMetamodel()
Methods in org.hibernate.metamodel.model.domain.internal with parameters of type MappingMetamodelModifier and TypeMethodDescriptionvoid
JpaMetamodelImpl.processJpa
(MetadataImplementor bootMetamodel, MappingMetamodel mappingMetamodel, Map<Class<?>, String> entityProxyInterfaceMap, JpaStaticMetamodelPopulationSetting jpaStaticMetaModelPopulationSetting, JpaMetamodelPopulationSetting jpaMetaModelPopulationSetting, Collection<NamedEntityGraphDefinition> namedEntityGraphDefinitions, RuntimeModelCreationContext runtimeModelCreationContext) Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type MappingMetamodelModifierConstructorDescriptionJpaMetamodelImpl
(TypeConfiguration typeConfiguration, MappingMetamodel mappingMetamodel, ServiceRegistry serviceRegistry) -
Uses of MappingMetamodel in org.hibernate.metamodel.model.domain.spi
Methods in org.hibernate.metamodel.model.domain.spi that return MappingMetamodel -
Uses of MappingMetamodel in org.hibernate.metamodel.spi
Subinterfaces of MappingMetamodel in org.hibernate.metamodel.spi -
Uses of MappingMetamodel in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return MappingMetamodel -
Uses of MappingMetamodel in org.hibernate.query
Methods in org.hibernate.query that return MappingMetamodel -
Uses of MappingMetamodel in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return MappingMetamodel -
Uses of MappingMetamodel in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type MappingMetamodelModifier and TypeMethodDescriptionstatic MappingModelExpressible<?>
SqmMappingModelHelper.resolveMappingModelExpressible
(SqmTypedNode<?> sqmNode, MappingMetamodel domainModel, Function<NavigablePath, TableGroup> tableGroupLocator)