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 MappingMetamodelImplementorSessionFactoryImplementor. getMappingMetamodel() -
Uses of MappingMetamodelImplementor in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return MappingMetamodelImplementor Modifier and Type Method Description MappingMetamodelImplementorRuntimeMetamodelsImpl. getMappingMetamodel()Methods in org.hibernate.metamodel.internal with parameters of type MappingMetamodelImplementor Modifier and Type Method Description voidRuntimeMetamodelsImpl. 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 classMappingMetamodelImplImplementation 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 MappingMetamodelImplementorRuntimeModelCreationContext. getDomainModel()MappingMetamodelImplementorRuntimeMetamodelsImplementor. 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 MappingMetamodelImplementorSqlAstCreationContext. getMappingMetamodel()The runtime MappingMetamodelImplementor
-