Package org.skife.jdbi.spring

Classes here provide integration hooks for working with the Spring framework.

See:
          Description

Class Summary
DBIBean Used to provide an IDBI instance to a Spring bean factory

Configuration might look like:

DBIUtils Utility functions for use with spring transaction systems
SQLExceptionTranslatingThrowsAdvice Implementation of an AOP advice that provides translation of SQLExceptions reported by DBI into Spring's DataAccessException hierarchy.
 

Package org.skife.jdbi.spring Description

Classes here provide integration hooks for working with the Spring framework. DBI instances (IDBI interface instances, actually) may be obtained which will behave correctly with Spring managed transactions.