Uses of Class
com.jenkov.mrpersister.scope.ScopingDataSource

Packages that use ScopingDataSource
com.jenkov.mrpersister.scope   
 

Uses of ScopingDataSource in com.jenkov.mrpersister.scope
 

Fields in com.jenkov.mrpersister.scope declared as ScopingDataSource
protected  ScopingDataSource TransactionScope.dataSource
           
protected  ScopingDataSource ConnectionScope.dataSource
           
protected  ScopingDataSource ScopingConnection.scopingDataSource
           
protected  ScopingDataSource ScopeFactory.scopingDataSource
           
 

Methods in com.jenkov.mrpersister.scope that return ScopingDataSource
 ScopingDataSource ScopeFactory.getScopingDataSource()
           
 ScopingDataSource IScopeFactory.getScopingDataSource()
          Returns the ScopingDataSource used by this IScopeFactory.
 

Constructors in com.jenkov.mrpersister.scope with parameters of type ScopingDataSource
ConnectionScope(ScopingDataSource dataSource)
           
ConnectionScope(ScopingDataSource dataSource, java.lang.Object scopeTarget)
           
ScopeFactory(ScopingDataSource dataSource)
          Creates a new ScopeFactory.
ScopingConnection(java.sql.Connection connection, ScopingDataSource scopingDataSource)
           
TransactionScope(ScopingDataSource dataSource)
           
TransactionScope(ScopingDataSource dataSource, java.lang.Object scopeTarget)