Class SqmPolymorphicRootDescriptor<T>

java.lang.Object
org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor<T>
All Implemented Interfaces:
Bindable<T>, EntityType<T>, IdentifiableType<T>, ManagedType<T>, Type<T>, DomainType<T>, EntityDomainType<T>, IdentifiableDomainType<T>, ManagedDomainType<T>, TreatableDomainType<T>, BindableType<T>, SqmExpressible<T>, SqmPathSource<T>, SqmExpressibleAccessor<T>

public class SqmPolymorphicRootDescriptor<T> extends Object implements EntityDomainType<T>
Acts as the EntityDomainType for a "polymorphic query" grouping.