Uses of Interface
org.hibernate.metamodel.model.domain.AnyMappingDomainType
-
Packages that use AnyMappingDomainType Package Description org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel. -
-
Uses of AnyMappingDomainType in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement AnyMappingDomainType Modifier and Type Class Description class
AnyMappingDomainTypeImpl<T>
Methods in org.hibernate.metamodel.model.domain.internal that return AnyMappingDomainType Modifier and Type Method Description AnyMappingDomainType<J>
AnyMappingSqmPathSource. getSqmPathType()
Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type AnyMappingDomainType Constructor Description AnyMappingSqmPathSource(String localPathName, SqmPathSource<J> pathModel, AnyMappingDomainType<J> domainType, Bindable.BindableType jpaBindableType)
-