6263646566676869
public void updateTest() throws SQLException { Update proc=this.getProcedure(Update.class); proc.run(em, test); } public void deleteTest() throws SQLException { Delete proc=this.getProcedure(Delete.class); proc.run(em, test); }