public interface VLargeCollection extends VCollection
A VCollection
which can also handle large objects (BLOBs).
This class analyzes inserted objects and handles primitive byte
arrays and InputStream
s correctly. Specialized
implementations may also handle other types of large data.
If large objects are retrieved later with one of the find
methods, this class restores the primitive byte arrays or
InputStream
s.