Author: rmannibucau
Date: Sat Aug 6 18:14:27 2011
New Revision: 1154564
URL: http://svn.apache.org/viewvc?rev=1154564&view=rev
Log:
indenting items in README
Modified:
openejb/trunk/openejb3/examples/dynamic-dao-implementation/README.md
Modified: openejb/trunk/openejb3/examples/dynamic-dao-implementation/README.md
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/dynamic-dao-implementation/README.md?rev=1154564&r1=1154563&r2=1154564&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/dynamic-dao-implementation/README.md
(original)
+++ openejb/trunk/openejb3/examples/dynamic-dao-implementation/README.md Sat
Aug 6 18:14:27 2011
@@ -7,6 +7,7 @@ OpenEBJ support EJB annotations on inter
The interface has to be annotated with @PersistenceContext to define which
EntityManager to use.
Methods should respect these conventions:
+
* void save(Foo foo): persist foo
* Foo update(Foo foo): merge foo
* void delete(Foo foo): remove foo, if foo is detached it tries to attach it