hibernate笔记,500页
时间:2010-10-27 来源:vcycyv
JTA: With default settings, it’s also your responsibility to flush() each Session
manually to synchronize it with the database
Think about the relationship between User and BillingDetails, a one-to-many entity association: If a Credit-
Card is modified, the version of the related User isn’t incremented. If you add or
remove a CreditCard (or BankAccount) from the collection of billing details, the
version of the User is incremented.
相关阅读 更多 +
排行榜 更多 +