Class ArrayAndElementArgumentTypeResolver

java.lang.Object
org.hibernate.dialect.function.array.ArrayAndElementArgumentTypeResolver
All Implemented Interfaces:
FunctionArgumentTypeResolver

public class ArrayAndElementArgumentTypeResolver extends Object implements FunctionArgumentTypeResolver
A FunctionArgumentTypeResolver that resolves the array argument type based on the element argument type or the element argument type based on the array argument type.
  • Field Details

  • Constructor Details

    • ArrayAndElementArgumentTypeResolver

      public ArrayAndElementArgumentTypeResolver(int arrayIndex, int... elementIndexes)
  • Method Details