**Context** Following abstract method is newly added in BaseStoreProvider in 630. public List<StoreRowHolder> readAll(List<StoreRowHolder> query) throws Exception Need to implement it for MongoDb and Redis implementations.
Context
Following abstract method is newly added in BaseStoreProvider in 630.
public List readAll(List query) throws Exception
Need to implement it for MongoDb and Redis implementations.