Package org.openbandy.io.storage

Interface Summary
Selector A Selector allows to access serializable objects in a storage.
StorageConnection  
StorageSerializer TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2008, ALL RIGHTS RESERVED.
 

Class Summary
DatabaseConnection The DatabaseConnection class implements the StorageConnection class in order to execute SQL statements on the JDBC database.
DatabaseConnectionProperties Properties that define how to connect to the database.
DatabaseSelector TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
DatabaseStorage The DatabaseStorage is an extension to the Storage.
ObjectEntry  
ObjectIdString  
Storage TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2008, ALL RIGHTS RESERVED.
StorageSerializationBuffer  
StorageValueContainer An implementation of the ValueContainer interface for storage purposes.