Uses of Interface
org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver
-
Packages that use FunctionReturnTypeResolver Package Description org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptordescribing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.query.sqm.function Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptorhandling. -
-
Uses of FunctionReturnTypeResolver in org.hibernate.dialect.function
Constructors in org.hibernate.dialect.function with parameters of type FunctionReturnTypeResolver Constructor Description CastStrEmulation(String name, ArgumentsValidator argumentsValidator, FunctionReturnTypeResolver returnTypeResolver)FormatSqmFunction(SqmFunctionDescriptor descriptor, FunctionRenderingSupport renderingSupport, List<? extends SqmTypedNode<?>> arguments, ReturnableType<T> impliedResultType, ArgumentsValidator argumentsValidator, FunctionReturnTypeResolver returnTypeResolver, boolean supportsPatternLiterals, QueryEngine queryEngine) -
Uses of FunctionReturnTypeResolver in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function that return FunctionReturnTypeResolver Modifier and Type Method Description FunctionReturnTypeResolverAbstractSqmFunctionDescriptor. getReturnTypeResolver()protected FunctionReturnTypeResolverSelfRenderingSqmFunction. getReturnTypeResolver() -
Uses of FunctionReturnTypeResolver in org.hibernate.query.sqm.produce.function
Methods in org.hibernate.query.sqm.produce.function that return FunctionReturnTypeResolver Modifier and Type Method Description static FunctionReturnTypeResolverStandardFunctionReturnTypeResolvers. invariant(BasicType<?> invariantType)A resolver that defines an invariant result type.static FunctionReturnTypeResolverStandardFunctionReturnTypeResolvers. useArgType(int argPosition)static FunctionReturnTypeResolverStandardFunctionReturnTypeResolvers. useFirstNonNull()Methods in org.hibernate.query.sqm.produce.function with parameters of type FunctionReturnTypeResolver Modifier and Type Method Description NamedFunctionDescriptorBuilderNamedFunctionDescriptorBuilder. setReturnTypeResolver(FunctionReturnTypeResolver returnTypeResolver)PatternFunctionDescriptorBuilderPatternFunctionDescriptorBuilder. setReturnTypeResolver(FunctionReturnTypeResolver returnTypeResolver)
-