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