Interface | Description |
---|---|
AbstractSqlRepositoryOperations.StatementSupplier<PS> |
Functional interface used to supply a statement.
|
JdbcRepositoryOperations |
Sub-interface for
RepositoryOperations specific to JDBC implementations. |
Class | Description |
---|---|
AbstractSqlRepositoryOperations<RS,PS> |
Abstract SQL repository implementation not specifically bound to JDBC.
|
DefaultJdbcRepositoryOperations |
Implementation of
JdbcRepositoryOperations . |