/**
  * update on object from cassandra by key.
  *
  * @param key the key
  * @param bean the bean
  * @return the update
  */
 public Update runUpdate(Object key, Class<?> bean) {
   return updateQuery.runUpdate(key, bean);
 }