@@ -2292,19 +2292,19 @@ various callback interfaces, plus a variety of related classes. A subpackage nam
2292
2292
`SimpleJdbcCall` classes. Another subpackage named
2293
2293
`org.springframework.jdbc.core.namedparam` contains the `NamedParameterJdbcTemplate`
2294
2294
class and the related support classes. See <<jdbc-core>>, <<jdbc-advanced-jdbc>>, and
2295
- <<jdbc-simple-jdbc>>
2295
+ <<jdbc-simple-jdbc>>.
2296
2296
2297
2297
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>>.
2303
2303
2304
2304
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
2308
2308
depends on the lower-level abstraction in the `org.springframework.jdbc.core` package.
2309
2309
2310
2310
The `org.springframework.jdbc.support` package provides `SQLException` translation
0 commit comments