Interface AllowableFunctionReturnType<T>
-
- All Superinterfaces:
DomainType<T>
,SimpleDomainType<T>
,SqmExpressable<T>
,jakarta.persistence.metamodel.Type<T>
- All Known Subinterfaces:
AdjustableBasicType<J>
,BasicDomainType<J>
,BasicType<T>
,ConvertedBasicType<J>
- All Known Implementing Classes:
AbstractSingleColumnStandardBasicType
,AbstractStandardBasicType
,ArrayTupleType
,AttributeConverterTypeAdapter
,BasicSqmPathSource
,BasicTypeImpl
,BasicTypeImpl
,ConvertedBasicTypeImpl
,CustomType
,DbTimestampType
,DiscriminatorSqmPathSource
,DiscriminatorType
,ImmutableConvertedBasicTypeImpl
,ImmutableNamedBasicTypeImpl
,JavaObjectType
,NamedBasicTypeImpl
,NullType
,SerializableToBlobType
,SerializableType
,StandardBasicTypeTemplate
,ValueConverterTypeAdapter
public interface AllowableFunctionReturnType<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
getExpressableJavaTypeDescriptor, getTypeName
-
-