org.springframework.jdbc.datasource
Class DataSourceTransactionObject
- public class DataSourceTransactionObject
DataSource transaction object, representing a ConnectionHolder.
Used as transaction object by DataSourceTransactionManager.
Note: This is an SPI class, not intended to be used by applications.
- Author:
- Juergen Hoeller
- Version: $Id: DataSourceTransactionObject.java,v 1.5 2004/01/26 18:03:42 jhoeller Exp $
- Since: 02.05.2003
- See Also: DataSourceTransactionManager, ConnectionHolder
getConnectionHolder
public ConnectionHolder getConnectionHolder()
getMustRestoreAutoCommit
public boolean getMustRestoreAutoCommit()
getPreviousIsolationLevel
public Integer getPreviousIsolationLevel()
setMustRestoreAutoCommit
public void setMustRestoreAutoCommit(boolean mustRestoreAutoCommit)
to Class org.springframework.jdbc.datasource.ConnectionHolder