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)
Log in to post a comment.
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)