Enum Class FunctionParameterType

java.lang.Object
java.lang.Enum<FunctionParameterType>
org.hibernate.query.sqm.produce.function.FunctionParameterType
All Implemented Interfaces:
Serializable, Comparable<FunctionParameterType>, java.lang.constant.Constable

public enum FunctionParameterType extends Enum<FunctionParameterType>
A mini-"type system" for HQL function parameters.

Note that typical database type systems have relatively few types, and lots of implicit type conversion between them. So we can be pretty forgiving here.

See Also: