コード例 #1
0
 @Test
 public void testParentIdLookup() {
   String[] ids =
       PersistenceUnitDescriptorProvider.getInstance().primaryKeyFields(MappedThree.class);
   Assert.assertNotNull(ids);
   Assert.assertEquals(1, ids.length);
 }
コード例 #2
0
 @Before
 public void before() throws IOException {
   PersistenceUnitDescriptorProvider.getInstance().init();
 }