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.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.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.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.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.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.persister.entity
Methods in org.hibernate.persister.entity with parameters of type MappingMetamodelImplementor Modifier and Type Method Description protected 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 MappingMetamodelImplementor Modifier and Type Method Description MappingMetamodelImplementorSqlAstCreationContext. getMappingMetamodel()The runtime MappingMetamodelImplementor
-