Interface CallableStatementMapper

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 interface CallableStatementMapper
Map an OUT parameter in a callable statement to a result type.
  • Method Summary

    Modifier and Type
    Method
    Description
    map(int position, CallableStatement stmt)