Class NoSqlDatabaseManager<W>

Type Parameters:
W - A type parameter for reassuring the compiler that all operations are using the same NoSqlObject.
All Implemented Interfaces:
Flushable, AutoCloseable

public final class NoSqlDatabaseManager<W> extends AbstractDatabaseManager
An AbstractDatabaseManager implementation for all NoSQL databases.