コード例 #1
0
ファイル: JpaUtilsTest.java プロジェクト: djalexd/jarb
 @Test
 public void testCreateEntityManager() {
   EntityManager em = JpaUtils.createEntityManager(getEntityManagerFactory());
   assertNotNull(em);
   assertNotNull(em.getProperties());
 }