Package de.mguennewig.pobjects.memdb

This package contains a simple non-persistent Container implementation that operates only in memory.

See:
          Description

Class Summary
MemoryContainer A simple object container that simulates a database, but stores everything in memory.
PredicateQuery Abstract base class for all queries that are evaluated within the pobjects library using the Term instead of SQL.
RecordComparator A comparator for Records.
TableExprFKeyPair A simply structure to hold a table expression and a ForeignKeyConstraint.
 

Package de.mguennewig.pobjects.memdb Description

This package contains a simple non-persistent Container implementation that operates only in memory.