Package com.objectwave.persist.file

Class Summary
DbFile An abstraction of a flat file that is contain data for a particular persistent object.
FileObjectFormatter Convert the data to a file friendly format.
FileQuery Description: Process SQLQueries to find data in our dbf files.
ObjectBuilder Build the DomainObjects from the byte array from the file.
RecordHeader  
RecordHeader.Test Unit tests.
RecordIterator A Record is an abstraction of a 'row' in the virtual table.
RecordIterator.Test Unit tests.