Package com.revusky.niggle.data.transaction

This package contains a TransactionalDataSource interface that would have to be implemented to wrap up a transactional data source as a Niggle data source object.

See:
          Description

Interface Summary
TransactionalDataSource An interface that represents the contract of a Niggle DataSource that supports atomic transactions
 

Class Summary
Transaction  
 

Package com.revusky.niggle.data.transaction Description

This package contains a TransactionalDataSource interface that would have to be implemented to wrap up a transactional data source as a Niggle data source object. As of this writing, there is no concrete implementation.

Author:
Jonathan Revusky