updating code examples with generics/varargs; polishing
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
<title>Introduction</title>
|
||||
|
||||
<para>The Data Access Object (DAO) support in Spring is aimed at making it
|
||||
easy to work with data access technologies like JDBC, Hibernate or JDO in
|
||||
a consistent way. This allows one to switch between the aforementioned
|
||||
persistence technologies fairly easily and it also allows one to code
|
||||
without worrying about catching exceptions that are specific to each
|
||||
technology.</para>
|
||||
easy to work with data access technologies like JDBC, Hibernate, JPA or
|
||||
JDO in a consistent way. This allows one to switch between the
|
||||
aforementioned persistence technologies fairly easily and it also allows
|
||||
one to code without worrying about catching exceptions that are specific
|
||||
to each technology.</para>
|
||||
</section>
|
||||
|
||||
<section id="dao-exceptions">
|
||||
|
||||
Reference in New Issue
Block a user