this.installationDao.setEntityManager(entityManager);
// create the PushApplication and a few variants:
PushApplication pa = new PushApplication();
pa.setName("PushApplication");
pushApplicationDao.create(pa);
AndroidVariant av = new AndroidVariant();
av.setGoogleKey("Key");
av.setName("Android");
av.setDeveloper("me");