
[英]How to rollback all the insert and update that are done in different tables from different function calls that are called through the single api
我打電話給 API 來保存生產數據,我需要在不同的數據庫中保存各種詳細信息,如批號、機器號和過程Class ProductionImpl{ public Long saveProduction(AddProduct addproduct){ BatchData b ...