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.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.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
-