899091929394959697
// do it w/o Tx doInsert(generateData(N, parent)); } protected Key<Root> getRootKey() { Root root = new Root(); root.setName("Root" + System.currentTimeMillis()); return ObjectifyService.ofy().save().entity(root).now(); }