Uses of Interface
org.hibernate.metamodel.MappingMetamodel
Packages that use MappingMetamodel
Package
Description
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.
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.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 TypeMethodDescriptionvoidJpaMetamodelImpl.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.spiModifier and TypeInterfaceDescriptioninterfaceinterfaceDeprecated. -
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 JdbcParameterBindingsSqmUtil.createJdbcParameterBindings(QueryParameterBindings domainParamBindings, DomainParameterXref domainParameterXref, Map<QueryParameterImplementor<?>, Map<SqmParameter<?>, List<JdbcParametersList>>> jdbcParamXref, MappingMetamodel domainModel, Function<NavigablePath, TableGroup> tableGroupLocator, SqmParameterMappingModelResolutionAccess mappingModelResolutionAccess, SharedSessionContractImplementor session) static MappingModelExpressible<?>SqmMappingModelHelper.resolveMappingModelExpressible(SqmTypedNode<?> sqmNode, MappingMetamodel domainModel, Function<NavigablePath, TableGroup> tableGroupLocator)
MappingMetamodelorJpaMetamodelinstead.