Interface JdbcRetrievalChain.DocumentCreator

Enclosing class:
JdbcRetrievalChain
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 static interface JdbcRetrievalChain.DocumentCreator
Wrapper interface for Lambdas that act as document creators for a JDBC ResultSet. Advancing the ResultSet is not necessary as it is done by the JdbcRetrievalChain.