Package org.neodatis.odb.impl.core.transaction

ODB Session implementation: Session and cache.

See:
          Description

Class Summary
Cache A cache of object.
CacheFactory  
ClientSession The client session when ODB is used in client server mode
CrossSessionCache A cache that survives the sessions.
DefaultTransaction The transaction class is used to guarantee ACID behavior.
DefaultWriteAction The WriteAction class is the description of a Write operation that will be applied to the main database file when committing.
IdInfo  
LazyCache  
LazyServerCache  
LocalSession The session object used when ODB is used in local/embedded mode
ObjectInsertingInfo  
ReferenceQueueThread  
ServerCache A specific cache for the server in Client/Server mode
Session An ODB Session.
TmpCache A temporary cache of objects.
 

Package org.neodatis.odb.impl.core.transaction Description

ODB Session implementation: Session and cache.