Skip to content

Commit fb07be5

Browse files
committed
Fix formatting and punctuation errors in reference manual
1 parent e0fbd2d commit fb07be5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/asciidoc/data-access.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2292,19 +2292,19 @@ various callback interfaces, plus a variety of related classes. A subpackage nam
22922292
`SimpleJdbcCall` classes. Another subpackage named
22932293
`org.springframework.jdbc.core.namedparam` contains the `NamedParameterJdbcTemplate`
22942294
class and the related support classes. See <<jdbc-core>>, <<jdbc-advanced-jdbc>>, and
2295-
<<jdbc-simple-jdbc>>
2295+
<<jdbc-simple-jdbc>>.
22962296

22972297
The `org.springframework.jdbc.datasource` package contains a utility class for easy
2298-
`DataSource` access, and various simple `DataSource` implementations that can be used
2299-
for testing and running unmodified JDBC code outside of a Java EE container. A
2300-
subpackage named `org.springfamework.jdbc.datasource.embedded` provides support for
2301-
creating in-memory database instances using Java database engines such as HSQL and H2.
2302-
See <<jdbc-connections>> and <<jdbc-embedded-database-support>>
2298+
`DataSource` access, and various simple `DataSource` implementations that can be used for
2299+
testing and running unmodified JDBC code outside of a Java EE container. A subpackage
2300+
named `org.springfamework.jdbc.datasource.embedded` provides support for creating
2301+
embedded databases using Java database engines such as HSQL, H2, and Derby. See
2302+
<<jdbc-connections>> and <<jdbc-embedded-database-support>>.
23032303

23042304
The `org.springframework.jdbc.object` package contains classes that represent RDBMS
2305-
queries, updates, and stored procedures as thread safe, reusable objects. See
2306-
<<jdbc-object>>.This approach is modeled by JDO, although of course objects returned by
2307-
queries are "disconnected" from the database. This higher level of JDBC abstraction
2305+
queries, updates, and stored procedures as thread-safe, reusable objects. See
2306+
<<jdbc-object>>. This approach is modeled by JDO, although objects returned by queries
2307+
are naturally _disconnected_ from the database. This higher level of JDBC abstraction
23082308
depends on the lower-level abstraction in the `org.springframework.jdbc.core` package.
23092309

23102310
The `org.springframework.jdbc.support` package provides `SQLException` translation

0 commit comments

Comments
 (0)