Class NoSqlDatabaseManager<W>

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

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