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/06/29 05:45:15 UTC

svn commit: r1355231 - /openejb/trunk/openejb/examples/injection-of-entitymanager/README.md

Author: dblevins
Date: Fri Jun 29 03:45:14 2012
New Revision: 1355231

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

Modified:
    openejb/trunk/openejb/examples/injection-of-entitymanager/README.md

Modified: openejb/trunk/openejb/examples/injection-of-entitymanager/README.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/injection-of-entitymanager/README.md?rev=1355231&r1=1355230&r2=1355231&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/injection-of-entitymanager/README.md (original)
+++ openejb/trunk/openejb/examples/injection-of-entitymanager/README.md Fri Jun 29 03:45:14 2012
@@ -1,8 +1,8 @@
 Title: Injection Of Entitymanager
 
-Shows use of `@PersistenceContext` to have an `EntityManager` with an
-`EXTENDED` persistence context injected into a @Stateful bean.	An EJB 3
-`@Entity` bean is used with the EntityManager to create, persist and merge
+This example shows use of `@PersistenceContext` to have an `EntityManager` with an
+`EXTENDED` persistence context injected into a `@Stateful bean`. A JPA
+`@Entity` bean is used with the `EntityManager` to create, persist and merge
 data to a database.
 
 ## Creating the JPA Entity