Revision: 1246
Author: dhanji
Date: Thu Sep 16 14:43:28 2010
Log: Edited wiki page JPA through web user interface.
http://code.google.com/p/google-guice/source/detail?r=1246

Modified:
 /wiki/JPA.wiki

=======================================
--- /wiki/JPA.wiki      Thu Sep 16 14:24:58 2010
+++ /wiki/JPA.wiki      Thu Sep 16 14:43:28 2010
@@ -83,7 +83,7 @@
 }
 }}}

-This is known as the _session-per-transaction_ strategy.
+This is known as the _session-per-transaction_ strategy. For more information on transactions and units of work (sessions), see [Transactions this page].

Note that if you make `MyService` a `...@singleton`, then you should inject `Provider<EntityManager>` instead.

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to