Uses of Class
org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
-
Packages that use MultipatternSqmFunctionDescriptor Package Description org.hibernate.query.sqm.function An SPI for defining, registering, and rendering functions in HQL. -
-
Uses of MultipatternSqmFunctionDescriptor in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function that return MultipatternSqmFunctionDescriptor Modifier and Type Method Description MultipatternSqmFunctionDescriptor
SqmFunctionRegistry. registerBinaryTernaryPattern(String name, BasicType<?> type, String pattern2, String pattern3, FunctionParameterType parameterType1, FunctionParameterType parameterType2, FunctionParameterType parameterType3, TypeConfiguration typeConfiguration)
Register a binary/ternary function.MultipatternSqmFunctionDescriptor
SqmFunctionRegistry. registerNullaryUnaryPattern(String name, BasicType type, String pattern0, String pattern1, FunctionParameterType parameterType, TypeConfiguration typeConfiguration)
Register a nullary/unary function.MultipatternSqmFunctionDescriptor
SqmFunctionRegistry. registerTernaryQuaternaryPattern(String name, BasicType<?> type, String pattern3, String pattern4, FunctionParameterType parameterType1, FunctionParameterType parameterType2, FunctionParameterType parameterType3, FunctionParameterType parameterType4, TypeConfiguration typeConfiguration)
Register a ternary/quaternary function.MultipatternSqmFunctionDescriptor
SqmFunctionRegistry. registerUnaryBinaryPattern(String name, String pattern1, String pattern2, FunctionParameterType parameterType1, FunctionParameterType parameterType2, TypeConfiguration typeConfiguration)
Register a unary/binary function.MultipatternSqmFunctionDescriptor
SqmFunctionRegistry. registerUnaryBinaryPattern(String name, BasicType<?> type, String pattern1, String pattern2, FunctionParameterType parameterType1, FunctionParameterType parameterType2, TypeConfiguration typeConfiguration)
Register a unary/binary function.
-