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 execute function.

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: