You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2012/02/21 04:05:39 UTC

svn commit: r1291573 - /openejb/site/trunk/content/jpa-concepts.mdtext

Author: dblevins
Date: Tue Feb 21 03:05:38 2012
New Revision: 1291573

URL: http://svn.apache.org/viewvc?rev=1291573&view=rev
Log:
Fixed formatting

Modified:
    openejb/site/trunk/content/jpa-concepts.mdtext

Modified: openejb/site/trunk/content/jpa-concepts.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/jpa-concepts.mdtext?rev=1291573&r1=1291572&r2=1291573&view=diff
==============================================================================
--- openejb/site/trunk/content/jpa-concepts.mdtext (original)
+++ openejb/site/trunk/content/jpa-concepts.mdtext Tue Feb 21 03:05:38 2012
@@ -21,7 +21,7 @@ Cache)
  - An **EntityManagerFactory** creates an EntityManager (and therefore a
 PersistenceContext/Cache)
 
-Comparing `EntityManager` and `EntityManagerFactory`
+Comparing `RESOURCE_LOCAL` and `TRANSACTION` persistence contexts
 
 With <persistence-unit transaction-type="**RESOURCE_LOCAL**"> **you** are
 responsible for EntityManager (PersistenceContext/Cache) creating and