chstath / gss

Automatically exported from code.google.com/p/gss
Other
0 stars 0 forks source link

[gss2] Move TransactionHelper calls #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Move TransactionHelper calls inside ExternalAPI, in order to make methods with 
multiple .save() calls atomic. Alternatively, leave the existing calls as-is, 
but use Dependency Injection and advice around ExternalAPI calls with an 
implicit Transaction.commit() on method exit, essentially simulating 
JPA/Hibernate semantics.

Original issue reported on code.google.com by past...@gmail.com on 12 Oct 2010 at 12:39

GoogleCodeExporter commented 9 years ago

Original comment by past...@gmail.com on 13 Oct 2010 at 1:42