Interface AbstractSqlRepositoryOperations.StatementSupplier<PS>
- Type Parameters:
PS- The prepared statement type
- Enclosing class:
AbstractSqlRepositoryOperations<RS, PS, Exc extends Exception>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
protected static interface AbstractSqlRepositoryOperations.StatementSupplier<PS>
Functional interface used to supply a statement.
- Since:
- 1.0.0
- Author:
- graemerocher, Denis Stepanov
-
Method Summary
-
Method Details
-
create
-