}
@After
public void clearDatabase() {
NoSqlEntityManager other = factory.createEntityManager();
other.clearDatabase(true);
}
//In one case, we added this String.long.String a few times and our in-memory version saw different values as being the same
//due to the Utf8Comparator being not so correct in that it translated some different long values back to the same string utf 8 value
@Test