Interface KeyValueSupplier

  • All Superinterfaces:
    GridPlainClosure<List<?>,​Object>

    public interface KeyValueSupplier
    extends GridPlainClosure<List<?>,​Object>
    Method to construct new instances of keys and values on SQL MERGE and INSERT, as well as to build new values during UPDATE - a function that takes a row selected from DB and then transforms it into new object.