Package org.hibernate.query
Interface ReturnableType<T>
-
- All Superinterfaces:
BindableType<T>,DomainType<T>,SimpleDomainType<T>,SqmExpressible<T>,jakarta.persistence.metamodel.Type<T>
- All Known Subinterfaces:
AdjustableBasicType<J>,BasicDomainType<J>,BasicPluralType<C,E>,BasicType<T>,ConvertedBasicType<J>
- All Known Implementing Classes:
AbstractSingleColumnStandardBasicType,AbstractStandardBasicType,AnonymousTupleType,AnyDiscriminatorSqmPathSource,ArrayTupleType,BasicArrayType,BasicCollectionType,BasicSqmPathSource,BasicTypeImpl,BasicTypeImpl,ConvertedBasicTypeImpl,CustomMutabilityConvertedBasicTypeImpl,CustomType,DiscriminatorSqmPathSource,DiscriminatorType,ImmutableNamedBasicTypeImpl,JavaObjectType,NamedBasicTypeImpl,NullType,PrimitiveBasicTypeImpl,SerializableToBlobType,SerializableType,SqmCteTable,StandardBasicTypeTemplate
public interface ReturnableType<T> extends SimpleDomainType<T>
Specialization of DomainType for types that can be used as function returns
-
-
Method Summary
-
Methods inherited from interface org.hibernate.metamodel.model.domain.DomainType
getExpressibleJavaType, getTypeName
-
Methods inherited from interface org.hibernate.metamodel.model.domain.SimpleDomainType
getBindableJavaType
-
Methods inherited from interface org.hibernate.query.sqm.SqmExpressible
isInstance, resolveExpressible
-
-