Interface statementFilterFunction

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 statementFilterFunction
Represents a function that filters an ExecuteFunction.

The filter is executed when a subscriber subscribes to the Publisher returned by the DatabaseClient.

statementFilterFunctions are typically used to specify additional details on the statement objects such as fetchsize or key generation.

since:
5.3
Author:
Mark Paluch, Juergen Hoeller
see Also: