Uses of Interface
org.hibernate.metamodel.model.domain.MappedSuperclassDomainType
Packages that use MappedSuperclassDomainType
Package
Description
Implementation of the SPI for the runtime domain metamodel.
-
Uses of MappedSuperclassDomainType in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return MappedSuperclassDomainTypeModifier and TypeMethodDescriptionMetadataContext.locateMappedSuperclassType(MappedSuperclass mappedSuperclass) Methods in org.hibernate.metamodel.internal that return types with arguments of type MappedSuperclassDomainTypeModifier and TypeMethodDescriptionMap<Class<?>,MappedSuperclassDomainType<?>> MetadataContext.getMappedSuperclassTypeMap()Methods in org.hibernate.metamodel.internal with parameters of type MappedSuperclassDomainTypeModifier and TypeMethodDescriptionvoidMetadataContext.registerMappedSuperclassType(MappedSuperclass mappedSuperclass, MappedSuperclassDomainType<?> mappedSuperclassType) -
Uses of MappedSuperclassDomainType in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement MappedSuperclassDomainTypeMethods in org.hibernate.metamodel.model.domain.internal that return MappedSuperclassDomainTypeModifier and TypeMethodDescriptionMappedSuperclassSqmPathSource.getSqmPathType()MappedSuperclassTypeImpl.getSqmPathType()Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type MappedSuperclassDomainTypeModifierConstructorDescriptionMappedSuperclassSqmPathSource(String localPathName, SqmPathSource<J> pathModel, MappedSuperclassDomainType<J> domainType, Bindable.BindableType jpaBindableType, boolean isGeneric)