spring-framework / org.springframework.jdbc.support / JdbcAccessor / <init>

<init>

JdbcAccessor()

Base class for org.springframework.jdbc.core.JdbcTemplate and other JDBC-accessing DAO helpers, defining common properties such as DataSource and exception translator.

Not intended to be used directly. See org.springframework.jdbc.core.JdbcTemplate.

Author
Juergen Hoeller

Since
28.11.2003

See Also
org.springframework.jdbc.core.JdbcTemplate