* @see com.linkedin.restli.server.resources.CollectionResource#batchGet(java.util.Set)
*/
@Override
public Map<ComplexResourceKey<K, P>, V> batchGet(final Set<ComplexResourceKey<K, P>> ids)
{
throw new RoutingException("'batch_get' not implemented", 400);
}