Interface ReturnableType<T>

All Superinterfaces:
DomainType<T>, SimpleDomainType<T>, Type<T>
All Known Subinterfaces:
AdjustableBasicType<J>, BasicDomainType<J>, BasicPluralType<C,E>, BasicType<T>, ConvertedBasicType<J>, DiscriminatorType<O>, TupleType<J>
All Known Implementing Classes:
AbstractSingleColumnStandardBasicType, AbstractStandardBasicType, org.hibernate.query.sqm.tuple.internal.AnonymousTupleType, BasicArrayType, BasicCollectionType, BottomType, ConvertedBasicArrayType, ConvertedBasicCollectionType, CustomType, DiscriminatorType, JavaObjectType, NullType, QueryParameterJavaObjectType, SerializableType, SqmCteTable, StandardBasicTypeTemplate

@Incubating public interface ReturnableType<T> extends SimpleDomainType<T>
Specialization of SimpleDomainType for types that can be used as function returns.