Package org.akubraproject.txn.derby

Transactional store using Derby.

See:
          Description

Class Summary
TransactionalConnection A connection for the transactional store.
TransactionalStore A simple transactional store using Derby db for the transaction logging and id mappings.
 

Package org.akubraproject.txn.derby Description

Transactional store using Derby. This uses Derby's transactional properties to implement a transactional id mapper by maintaining the mappings in a set of relational tables. The db is stored locally, and hence this solution is not ideal.



Copyright © 2009-2012 DuraSpace. All Rights Reserved.