entityManager = emf.createEntityManager();
// start the shindig
entityManager.getTransaction().begin();
pushMessageInformationDao = new JPAPushMessageInformationDao();
pushMessageInformationDao.setEntityManager(entityManager);
// some raw data:
pushMessageInformation = new PushMessageInformation();
pushMessageInformation.setPushApplicationId("231231231");