Blobstore

Blobstore

Blobstore API

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..

Blobstore In-Memory

Transactional in-memory based implementation of .

Blobstore Jdbc

implementation that uses standard JDBC API and Blob type. Supported database engines: Derby, Hsqldb, MySQL, Oracle, PostgreSQL, Microsoft SQLServer

Blobstore Cache

Wraps any Blobstore instance and caches the binary content in chunks.

Blobstore TestBase

JUnit test cases for Everit Blobstore.