Uses of Interface
org.hibernate.metamodel.spi.MetamodelImplementor
-
Packages that use MetamodelImplementor Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.processor.validation Validation for HQL queries. -
-
Uses of MetamodelImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return MetamodelImplementor Modifier and Type Method Description MetamodelImplementor
SessionFactoryDelegatingImpl. getMetamodel()
Deprecated.MetamodelImplementor
SessionFactoryImplementor. getMetamodel()
Deprecated.no longer for internal use, useSessionFactoryImplementor.getMappingMetamodel()
orSqmCreationContext.getJpaMetamodel()
-
Uses of MetamodelImplementor in org.hibernate.internal
Methods in org.hibernate.internal that return MetamodelImplementor Modifier and Type Method Description MetamodelImplementor
SessionFactoryImpl. getMetamodel()
-
Uses of MetamodelImplementor in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement MetamodelImplementor Modifier and Type Class Description class
MappingMetamodelImpl
Implementation of the JPA-defined contractMetamodel
. -
Uses of MetamodelImplementor in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return MetamodelImplementor Modifier and Type Method Description MetamodelImplementor
MockSessionFactory. getMetamodel()
-