All Implemented Interfaces:
JdbiConfig<SqlArrayTypes>

  • Constructor Summary

    Constructors

  • Method Summary

    Returns a copy of this configuration object.

    findFor(Type elementType)

    Obtain an SqlArrayType for the given array element type in the given context

    Returns the strategy used to bind array-type arguments to SQL statements.

    Register an array element type that is supported by the JDBC vendor.

    Register a SqlArrayType which will have its parameterized type inspected to determine which element type it supports.

    Sets the strategy used when binding array-type arguments to SQL statements.

    void

    The registry will inject itself into the configuration object.

  • Constructor Details

    • SqlArrayTypes

  • Method Details

    • getArgumentStrategy

    • setArgumentStrategy

    • register

    • register

    • register

    • findFor

    • setRegistry

    • getInferenceInterceptors

    • createCopy