See: Description
Interface | Description |
---|---|
BTreeStorage |
Interface for the BTREE persistent backend implementation.
|
Class | Description |
---|---|
BerkeleyStorage |
The Oracle Berkeley DB Java Edition Storage interface implementation.
|
BTreeTransactionLogger |
Logs transaction errors to database
|
BTreeTransition | |
MemoryStorage |
Simple memory persistence implementation for testing
|
SqlSelectExpression |
Helper class for executing SQL query strings against a BTREE key/value storage
Combined query strings are not supported.
|
This package provides the BTREE implementation of Resoa persistence. Implemented storage: Oracle Berkeley DB. If you need another storage backend solutions, implement the org.resoa.persistence.btree.Storage interface.
Copyright © 2005-2014 The Resoa Project, resoa.org.