-
Notifications
You must be signed in to change notification settings - Fork 2
Spring
Philippe Marschall edited this page Mar 22, 2017
·
4 revisions
The library integrates well with Spring. If we detect Spring to be present we use Spring exception translation and will throw a Spring DataAccessException
subtype. We recommend setting up the objects created by this library as singleton Spring beans. We recommend you use the same DataSource
for creating instances as you would for creating a JdbcTemplate
. We make the same assumptions about the DataSource
as JdbcTemplate
does.
-
Usage
-
Integration