Class MongoStreamHelper<F,E extends F>

java.lang.Object
io.clonecloudstore.common.database.mongo.MongoStreamHelper<F,E>
Type Parameters:
F - the DAO interface type
E - the real DAO type
All Implemented Interfaces:
StreamHelperInterface<E>

public class MongoStreamHelper<F,E extends F> extends Object implements StreamHelperInterface<E>
Mongo implementation of the StreamHelper