1. 程式人生 > >EAS BOS批量儲存或更新資料

EAS BOS批量儲存或更新資料

Connection conn = EJBFactory.getConnection(ctx);

IORMappingDAO iPayrollCredit = ORMappingDAO.getInstance((new PayrollCreditInfo()).getBOSType(), ctx, conn);

iErrorMessage.addNewBatch(errorMessageInfo);

iErrorMessage.updateBatch(new ObjectUuidPK(errorMessageInfo.getId()), errorMessageInfo);

SQLUtils.cleanup(conn);