Fix formatting and punctuation errors in reference manual

This commit is contained in:
Sam Brannen 2015-07-29 21:14:16 +02:00
parent e0fbd2d5b9
commit fb07be55b5
1 changed files with 9 additions and 9 deletions

View File

@ -2292,19 +2292,19 @@ various callback interfaces, plus a variety of related classes. A subpackage nam
`SimpleJdbcCall` classes. Another subpackage named `SimpleJdbcCall` classes. Another subpackage named
`org.springframework.jdbc.core.namedparam` contains the `NamedParameterJdbcTemplate` `org.springframework.jdbc.core.namedparam` contains the `NamedParameterJdbcTemplate`
class and the related support classes. See <<jdbc-core>>, <<jdbc-advanced-jdbc>>, and class and the related support classes. See <<jdbc-core>>, <<jdbc-advanced-jdbc>>, and
<<jdbc-simple-jdbc>> <<jdbc-simple-jdbc>>.
The `org.springframework.jdbc.datasource` package contains a utility class for easy The `org.springframework.jdbc.datasource` package contains a utility class for easy
`DataSource` access, and various simple `DataSource` implementations that can be used `DataSource` access, and various simple `DataSource` implementations that can be used for
for testing and running unmodified JDBC code outside of a Java EE container. A testing and running unmodified JDBC code outside of a Java EE container. A subpackage
subpackage named `org.springfamework.jdbc.datasource.embedded` provides support for named `org.springfamework.jdbc.datasource.embedded` provides support for creating
creating in-memory database instances using Java database engines such as HSQL and H2. embedded databases using Java database engines such as HSQL, H2, and Derby. See
See <<jdbc-connections>> and <<jdbc-embedded-database-support>> <<jdbc-connections>> and <<jdbc-embedded-database-support>>.
The `org.springframework.jdbc.object` package contains classes that represent RDBMS The `org.springframework.jdbc.object` package contains classes that represent RDBMS
queries, updates, and stored procedures as thread safe, reusable objects. See queries, updates, and stored procedures as thread-safe, reusable objects. See
<<jdbc-object>>.This approach is modeled by JDO, although of course objects returned by <<jdbc-object>>. This approach is modeled by JDO, although objects returned by queries
queries are "disconnected" from the database. This higher level of JDBC abstraction are naturally _disconnected_ from the database. This higher level of JDBC abstraction
depends on the lower-level abstraction in the `org.springframework.jdbc.core` package. depends on the lower-level abstraction in the `org.springframework.jdbc.core` package.
The `org.springframework.jdbc.support` package provides `SQLException` translation The `org.springframework.jdbc.support` package provides `SQLException` translation