Blobstore
Blobstore API allows the user to write and read large binary data in a transactional store. During the read and write operations, it is possible to call seek() just as if the accessed data was a file..
Transactional in-memory based implementation of .
implementation that uses standard JDBC API and Blob type. Supported database engines: Derby, Hsqldb, MySQL, Oracle, PostgreSQL, Microsoft SQLServer
Wraps any Blobstore instance and caches the binary content in chunks.
JUnit test cases for Everit Blobstore.