Interface SplitListProcess<D,​T>

  • Type Parameters:
    D - the type of list of discriminant data.
    T - the type of the entity into result.
    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 SplitListProcess<D,​T>
    Split Processor on discriminant data used for list queries.
    • Method Detail

      • execute

        T execute​(Collection<D> idBatch)
           throws SQLException
        Processes on a slice of entire list of discriminant data.
        Parameters:
        idBatch - a slice of discriminant data.
        Throws:
        SQLException - on SQL errors.