Uses of Interface
org.hibernate.metamodel.MappingMetamodel
-
Packages that use MappingMetamodel Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.internal org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.metamodel.model.domain.spi An SPI for the runtime domain metamodel.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
Uses of MappingMetamodel in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type MappingMetamodel Modifier and Type Method Description static Map<String,FetchProfile>
FetchProfileHelper. getFetchProfiles(MetadataImplementor bootMetamodel, MappingMetamodel mappingMetamodel)
-
Uses of MappingMetamodel in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return MappingMetamodel Modifier and Type Method Description MappingMetamodel
RuntimeMetamodels. 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 MappingMetamodel Constructor Description MetadataContext(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 MappingMetamodel Modifier and Type Class Description class
MappingMetamodelImpl
Implementation of the JPA-defined contractMetamodel
.Methods in org.hibernate.metamodel.model.domain.internal that return MappingMetamodel Modifier and Type Method Description MappingMetamodel
JpaMetamodelImpl. getMappingMetamodel()
MappingMetamodel
MappingMetamodelImpl. getMappingMetamodel()
Methods in org.hibernate.metamodel.model.domain.internal with parameters of type MappingMetamodel Modifier and Type Method Description void
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 MappingMetamodel Constructor Description AnyMappingDomainTypeImpl(Any bootAnyMapping, AnyType anyType, JavaType<Class> baseJtd, TypeConfiguration typeConfiguration, MappingMetamodel mappingMetamodel, SessionFactoryImplementor sessionFactory)
JpaMetamodelImpl(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 Modifier and Type Method Description MappingMetamodel
JpaMetamodelImplementor. getMappingMetamodel()
-
Uses of MappingMetamodel in org.hibernate.metamodel.spi
Subinterfaces of MappingMetamodel in org.hibernate.metamodel.spi Modifier and Type Interface Description interface
MappingMetamodelImplementor
interface
MetamodelImplementor
Deprecated.UseMappingMetamodel
orJpaMetamodel
instead. -
Uses of MappingMetamodel in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return MappingMetamodel Modifier and Type Method Description MappingMetamodel
QueryParameterBindingTypeResolver. getMappingMetamodel()
-
Uses of MappingMetamodel in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type MappingMetamodel Modifier and Type Method Description static JdbcParameterBindings
SqmUtil. 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)
-