Class JsonArrayViaElementArgumentReturnTypeResolver

java.lang.Object
org.hibernate.dialect.function.array.JsonArrayViaElementArgumentReturnTypeResolver
All Implemented Interfaces:
FunctionReturnTypeResolver

public class JsonArrayViaElementArgumentReturnTypeResolver extends Object implements FunctionReturnTypeResolver
A FunctionReturnTypeResolver that resolves a JSON encoded array type based on the arguments, which are supposed to be of the element type. The inferred type and implied type have precedence though.