Merge pull request #857 from kazuki43zoo/SPR-12801

* pr/857:
  Add missing @since tag
This commit is contained in:
Stephane Nicoll 2015-08-15 09:08:01 +02:00
commit ae9b5c15c8
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ public interface SimpleJdbcCallOperations {
/**
* Indicates that parameters should be bound by name.
* @return the instance of this SimpleJdbcCall
* @since 4.2
*/
SimpleJdbcCallOperations withNamedBinding();