Planet testPlanet = mgr.getPlanetById(planet.getId());
// store
PlanetGroup testGroup = new PlanetGroup(testPlanet, handle, handle, handle);
testPlanet.getGroups().add(testGroup);
mgr.saveGroup(testGroup);
// flush
PlanetFactory.getPlanet().flush();
// query to make sure we return the persisted object