Polish javadoc
Closes gh-1370
This commit is contained in:
committed by
Stephane Nicoll
parent
ce21fa4152
commit
472954bbb7
@@ -755,7 +755,7 @@ public interface JdbcOperations {
|
||||
* list of arguments to bind to the query, expecting a SqlRowSet.
|
||||
* <p>The results will be mapped to an SqlRowSet which holds the data in a
|
||||
* disconnected fashion. This wrapper will translate any SQLExceptions thrown.
|
||||
* <p>Note that that, for the default implementation, JDBC RowSet support needs to
|
||||
* <p>Note that, for the default implementation, JDBC RowSet support needs to
|
||||
* be available at runtime: by default, Sun's {@code com.sun.rowset.CachedRowSetImpl}
|
||||
* class is used, which is part of JDK 1.5+ and also available separately as part of
|
||||
* Sun's JDBC RowSet Implementations download (rowset.jar).
|
||||
@@ -778,7 +778,7 @@ public interface JdbcOperations {
|
||||
* list of arguments to bind to the query, expecting a SqlRowSet.
|
||||
* <p>The results will be mapped to an SqlRowSet which holds the data in a
|
||||
* disconnected fashion. This wrapper will translate any SQLExceptions thrown.
|
||||
* <p>Note that that, for the default implementation, JDBC RowSet support needs to
|
||||
* <p>Note that, for the default implementation, JDBC RowSet support needs to
|
||||
* be available at runtime: by default, Sun's {@code com.sun.rowset.CachedRowSetImpl}
|
||||
* class is used, which is part of JDK 1.5+ and also available separately as part of
|
||||
* Sun's JDBC RowSet Implementations download (rowset.jar).
|
||||
|
||||
@@ -396,7 +396,7 @@ public interface NamedParameterJdbcOperations {
|
||||
* list of arguments to bind to the query, expecting a SqlRowSet.
|
||||
* <p>The results will be mapped to an SqlRowSet which holds the data in a
|
||||
* disconnected fashion. This wrapper will translate any SQLExceptions thrown.
|
||||
* <p>Note that that, for the default implementation, JDBC RowSet support needs to
|
||||
* <p>Note that, for the default implementation, JDBC RowSet support needs to
|
||||
* be available at runtime: by default, Sun's {@code com.sun.rowset.CachedRowSetImpl}
|
||||
* class is used, which is part of JDK 1.5+ and also available separately as part of
|
||||
* Sun's JDBC RowSet Implementations download (rowset.jar).
|
||||
@@ -416,7 +416,7 @@ public interface NamedParameterJdbcOperations {
|
||||
* list of arguments to bind to the query, expecting a SqlRowSet.
|
||||
* <p>The results will be mapped to an SqlRowSet which holds the data in a
|
||||
* disconnected fashion. This wrapper will translate any SQLExceptions thrown.
|
||||
* <p>Note that that, for the default implementation, JDBC RowSet support needs to
|
||||
* <p>Note that, for the default implementation, JDBC RowSet support needs to
|
||||
* be available at runtime: by default, Sun's {@code com.sun.rowset.CachedRowSetImpl}
|
||||
* class is used, which is part of JDK 1.5+ and also available separately as part of
|
||||
* Sun's JDBC RowSet Implementations download (rowset.jar).
|
||||
|
||||
Reference in New Issue
Block a user