Side of Software
Persistence Library 2.0

Uses of Package
sos.db

Classes in sos.db used by sos.db
AbstractDatabase
          A partial implementation of a database.
AbstractSerializationDatabase
          A partial implementation of a serialization-based database.
AbstractTransactionPolicy
          A partial implementation of TransactionPolicy.
Database
          A database of objects.
DatabaseException
          A parent exception to a variety of database exceptions.
LongMap
          A utility class that maps long keys to Object values.
LongMap.Entry
          A utility class used by LongMap that captures a mapping between a long key and an Object value.
Progress
          A mechanism to allow an operation to report its progress and to check if it should be aborted.
TransactionAbortedException
          A run-time exception (intended to be checked) that indicates a transaction has unexpectedly aborted and rolled back.
TransactionPolicy
          A policy that determines the behavior of database transactions.
TransactionSupport
          An auxiliary class that allows a TransactionPolicy to register commit and abort actions and to signal that an object's state has changed.
 


Side of Software
Persistence Library 2.0

Copyright 2004-08 Side of Software (SOS). All rights reserved.