This is an alternative to the classic {@link org.springframework.jdbc.core.JdbcOperations} interface,implemented by {@link NamedParameterJdbcTemplate}. This interface is not often used directly, but provides a useful option to enhance testability, as it can easily be mocked or stubbed. @author Thomas Risberg @author Juergen Hoeller @since 2.0 @see NamedParameterJdbcTemplate @see org.springframework.jdbc.core.JdbcOperations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|