@Test
public void should_update_modifications() throws Exception {
long id = RandomUtils.nextLong(0,Long.MAX_VALUE);
Integer index = 11;
compoundKey = new EmbeddedKey(id, "type", index);
entity = new ClusteredEntityWithCompositePartitionKey(id, "type", index, "clustered_value");
entity = manager.insert(entity);