| |
|
| java.lang.Object org.sakaiproject.spring.DataSourceWrapperAutoCommit
DataSourceWrapperAutoCommit | public class DataSourceWrapperAutoCommit implements DataSource(Code) | | Wraps an existing DataSource for the sole purpose of setting
autoCommit=true when the connection is gotten. This allows
the same underlying DataSource to serve for tools that need
autoCommit=false, as well as tools that need autoCommit=true.
|
DataSourceWrapperAutoCommit | public DataSourceWrapperAutoCommit()(Code) | | |
|
|
|