Uses of Interface
org.hibernate.metamodel.MappingMetamodel
Packages that use MappingMetamodel
Package
Description
Models the fetch profiles defined by the application.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
This package defines an API for accessing the runtime metamodel describing persistent
entities in Java and their mappings to the relational database schema.
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.
SPI-level SQM contracts
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of MappingMetamodel in org.hibernate.engine.profile
Constructors in org.hibernate.engine.profile with parameters of type MappingMetamodel -
Uses of MappingMetamodel in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi 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.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.query.spi
Methods in org.hibernate.query.spi that return MappingMetamodelModifier and TypeMethodDescriptionQueryParameterBindingTypeResolver.getMappingMetamodel()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of MappingMetamodel in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return MappingMetamodelModifier and TypeMethodDescriptiondefault MappingMetamodel
SqmCreationContext.getMappingMetamodel()
TheMappingMetamodel
. -
Uses of MappingMetamodel in org.hibernate.type
Methods in org.hibernate.type that return MappingMetamodel