Uses of Interface
org.hibernate.metamodel.model.domain.AnyMappingDomainType
-
Packages that use AnyMappingDomainType Package Description org.hibernate.metamodel.model.domain.internal -
-
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
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, AnyMappingDomainType<J> domainType, jakarta.persistence.metamodel.Bindable.BindableType jpaBindableType)
-