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.
-
Method Summary
-
Method Details
-
create
- Throws:
Exception
-