assertThat(entity.getValue()).isEqualTo("new_clustered_value");
}
@Test
public void should_delete() throws Exception {
compoundKey = new ClusteredKey(RandomUtils.nextLong(0,Long.MAX_VALUE), Type.IMAGE);
entity = new ClusteredEntityWithEnumCompoundKey(compoundKey, "clustered_value");
entity = manager.insert(entity);