mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-22 11:21:12 +00:00
migrated from SimpleJdbcTemplate to JdbcTemplate
This commit is contained in:
parent
4e35adb6b0
commit
608c42f74b
15 changed files with 108 additions and 207 deletions
|
|
@ -480,7 +480,7 @@
|
|||
|
||||
<p>
|
||||
The JDBC implementation of the Clinic interface is
|
||||
<span style="font-weight: bold; font-style: italic;">org.springframework.samples.petclinic.jdbc.SimpleJdbcClinic</span>,
|
||||
<span style="font-weight: bold; font-style: italic;">org.springframework.samples.petclinic.jdbc.JdbcClinic</span>,
|
||||
which uses Java 5 language features,
|
||||
<strong>org.springframework.jdbc.core.simple.SimpleJdbcTemplate</strong>, and
|
||||
<strong>org.springframework.jdbc.core.simple.SimpleJdbcInsert</strong>.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue