Interface Bindable.JdbcValuesConsumer

  • Enclosing interface:
    Bindable
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface Bindable.JdbcValuesConsumer
    Functional interface for consuming the JDBC values. Essentially a BiConsumer
    • Method Detail

      • consume

        void consume​(int selectionIndex,
                     Object jdbcValue,
                     JdbcMapping jdbcMapping)
        Consume a JDBC-level jdbcValue. The JDBC jdbcMapping descriptor is also passed in