Class PostgreStreamHelper<F,E extends F>

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

public class PostgreStreamHelper<F,E extends F> extends Object implements StreamHelperInterface<E>
Postgre implementation of the StreamHelper