Jean-Francois Poilpret wrote on 3/6/2006, 10:40 AM:
in AccountService.javaThank you very much for your response. Do you know if above code guarantee an atomic transaction in iBATIS? accountDao.insertAccount(account) calls three updates (more accurately three inserts to different tables).
public void insertAccount(Account account) {
accountDao.insertAccount(account);
}
thanks,
Tony
