@Test
public void should_update_modifications() throws Exception {
long initialValue = RandomUtils.nextLong(0,Long.MAX_VALUE);
long increment = RandomUtils.nextLong(0,Long.MAX_VALUE);
compoundKey = new ClusteredKey(RandomUtils.nextLong(0,Long.MAX_VALUE), "name");
entity = new ClusteredEntityWithCounter(compoundKey, incr(initialValue),incr(initialValue));
entity = manager.insert(entity);