Uses of Interface
org.hibernate.metamodel.spi.MappingMetamodelImplementor
-
Packages that use MappingMetamodelImplementor Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.metamodel.internal org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST. -
-
Uses of MappingMetamodelImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return MappingMetamodelImplementor Modifier and Type Method Description default MappingMetamodelImplementor
SessionFactoryImplementor. getMappingMetamodel()
-
Uses of MappingMetamodelImplementor in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return MappingMetamodelImplementor Modifier and Type Method Description MappingMetamodelImplementor
RuntimeMetamodelsImpl. getMappingMetamodel()
Methods in org.hibernate.metamodel.internal with parameters of type MappingMetamodelImplementor Modifier and Type Method Description void
RuntimeMetamodelsImpl. setMappingMetamodel(MappingMetamodelImplementor mappingMetamodel)
-
Uses of MappingMetamodelImplementor in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement MappingMetamodelImplementor Modifier and Type Class Description class
MappingMetamodelImpl
Implementation of the JPA-defined contractMetamodel
. -
Uses of MappingMetamodelImplementor in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return MappingMetamodelImplementor Modifier and Type Method Description MappingMetamodelImplementor
RuntimeModelCreationContext. getDomainModel()
MappingMetamodelImplementor
RuntimeMetamodelsImplementor. getMappingMetamodel()
-
Uses of MappingMetamodelImplementor in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return MappingMetamodelImplementor Modifier and Type Method Description MappingMetamodelImplementor
SqlAstCreationContext. getMappingMetamodel()
The runtime MappingMetamodelImplementor
-