Uses of Interface
org.hibernate.metamodel.model.domain.MappedSuperclassDomainType
-
Packages that use MappedSuperclassDomainType Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.model.domain.internal 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 MappedSuperclassDomainType Modifier and Type Method Description MappedSuperclassDomainType<?>
MetadataContext. locateMappedSuperclassType(MappedSuperclass mappedSuperclass)
Methods in org.hibernate.metamodel.internal that return types with arguments of type MappedSuperclassDomainType Modifier and Type Method Description Map<Class<?>,MappedSuperclassDomainType<?>>
MetadataContext. getMappedSuperclassTypeMap()
Methods in org.hibernate.metamodel.internal with parameters of type MappedSuperclassDomainType Modifier and Type Method Description void
MetadataContext. 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 MappedSuperclassDomainType Modifier and Type Class Description class
MappedSuperclassTypeImpl<J>
Methods in org.hibernate.metamodel.model.domain.internal that return MappedSuperclassDomainType Modifier and Type Method Description MappedSuperclassDomainType<J>
MappedSuperclassSqmPathSource. getSqmPathType()
MappedSuperclassDomainType<J>
MappedSuperclassTypeImpl. getSqmPathType()
Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type MappedSuperclassDomainType Constructor Description MappedSuperclassSqmPathSource(String localPathName, SqmPathSource<J> pathModel, MappedSuperclassDomainType<J> domainType, Bindable.BindableType jpaBindableType, boolean isGeneric)
-