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.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.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.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.processor.validation Validation for HQL queries.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.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type MappingMetamodelImplementor Modifier and Type Method Description static <O,R>
DefaultDiscriminatorConverter<O,R>DefaultDiscriminatorConverter. fromMappingMetamodel(NavigableRole role, JavaType<O> domainJavaType, BasicType<R> underlyingJdbcMapping, MappingMetamodelImplementor mappingMetamodel)
static <O,R>
MappedDiscriminatorConverter<O,R>MappedDiscriminatorConverter. fromValueMappings(NavigableRole role, JavaType<O> domainJavaType, BasicType<R> underlyingJdbcMapping, Map<Object,String> valueMappings, MappingMetamodelImplementor mappingMetamodel)
Constructors in org.hibernate.metamodel.mapping with parameters of type MappingMetamodelImplementor Constructor Description DefaultDiscriminatorConverter(NavigableRole discriminatorRole, JavaType<O> domainJavaType, JavaType<R> relationalJavaType, MappingMetamodelImplementor mappingMetamodel)
-
Uses of MappingMetamodelImplementor in org.hibernate.metamodel.mapping.internal
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type MappingMetamodelImplementor Constructor Description AnyDiscriminatorPart(NavigableRole partRole, DiscriminatedAssociationModelPart declaringType, String table, String column, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, boolean insertable, boolean updateable, boolean partitioned, BasicType<?> underlyingJdbcMapping, Map<Object,String> valueToEntityNameMap, 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
.Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type MappingMetamodelImplementor Constructor Description AnyMappingDomainTypeImpl(Any bootAnyMapping, AnyType anyType, JavaType<T> baseJtd, MappingMetamodelImplementor mappingMetamodel)
-
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.persister.entity
Methods in org.hibernate.persister.entity with parameters of type MappingMetamodelImplementor Modifier and Type Method Description protected String
AbstractEntityPersister. getPrunedDiscriminatorPredicate(Map<String,EntityNameUse> entityNameUses, MappingMetamodelImplementor mappingMetamodel, String alias)
-
Uses of MappingMetamodelImplementor in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return MappingMetamodelImplementor Modifier and Type Method Description MappingMetamodelImplementor
MockSessionFactory. getDomainModel()
MappingMetamodelImplementor
MockSessionFactory. 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
-