Uses of Interface
org.hibernate.metamodel.spi.MappingMetamodelImplementor
Packages that use MappingMetamodelImplementor
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Implementation of the SPI for the runtime domain metamodel.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
This package abstracts persistence mechanisms for entities.
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 MappingMetamodelImplementorModifier and TypeMethodDescriptiondefault MappingMetamodelImplementorSessionFactoryImplementor.getMappingMetamodel() -
Uses of MappingMetamodelImplementor in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return MappingMetamodelImplementorMethods in org.hibernate.metamodel.internal with parameters of type MappingMetamodelImplementorModifier and TypeMethodDescriptionvoidRuntimeMetamodelsImpl.setMappingMetamodel(MappingMetamodelImplementor mappingMetamodel) -
Uses of MappingMetamodelImplementor in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type MappingMetamodelImplementorModifier and TypeMethodDescriptionstatic <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 MappingMetamodelImplementorModifierConstructorDescriptionDefaultDiscriminatorConverter(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 MappingMetamodelImplementorModifierConstructorDescriptionAnyDiscriminatorPart(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 MappingMetamodelImplementorConstructors in org.hibernate.metamodel.model.domain.internal with parameters of type MappingMetamodelImplementorModifierConstructorDescriptionAnyMappingDomainTypeImpl(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 MappingMetamodelImplementorModifier and TypeMethodDescriptionRuntimeModelCreationContext.getDomainModel()RuntimeMetamodelsImplementor.getMappingMetamodel() -
Uses of MappingMetamodelImplementor in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type MappingMetamodelImplementorModifier and TypeMethodDescriptionprotected StringAbstractEntityPersister.getPrunedDiscriminatorPredicate(Map<String, EntityNameUse> entityNameUses, MappingMetamodelImplementor mappingMetamodel, String alias) -
Uses of MappingMetamodelImplementor in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return MappingMetamodelImplementorModifier and TypeMethodDescriptionSqlAstCreationContext.getMappingMetamodel()The runtime MappingMetamodelImplementor