Browse Source

Merge pull request #857 from kazuki43zoo/SPR-12801

* pr/857:
  Add missing @since tag
pull/858/head
Stephane Nicoll 11 years ago
parent
commit
ae9b5c15c8
  1. 1
      spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcCallOperations.java

1
spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcCallOperations.java

@ -104,6 +104,7 @@ public interface SimpleJdbcCallOperations { @@ -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();

Loading…
Cancel
Save