The
RecordStoreReader
class provides methods for reading
baseline and delta records from a Record Store instance.
The
RecordStoreReader
class does not have a reader for
reading individual records by their ID. To perform this type of read, use the
RecordStore.readRecordsById()
method from the WSDL
(core operations).
You can create a reader with this method:
RecordStoreReader reader = RecordStoreReader.createBaselineReader( recordStore, tId, gId, 100);
See the Javadoc for more information on creating readers.
The
RecordStoreWriter
and
RecordStoreReader
classes are useful because they
handle batching and un-batching of records.