4849505152535455
public void setUp() throws Exception { super.setUp(CLEAR_TABLES, Binder.class); em = emf.createEntityManager(); em.getTransaction().begin(); em.persist(new Binder(INT_VALUE, STR_VALUE, DBL_VALUE)); em.getTransaction().commit(); }
4647484950515253