Anonymous - 2011-05-05

The retrive entities signatures can be improved so that they do not require a cast to the modelClass type list like this:

public <T extends ITableServiceEntity> List<T> retrieveEntitiesByKey(
String partitionKey, String rowKey, Class<T> modelClass)