Author: swd847
Date: 2010-10-14 10:50:53 -0400 (Thu, 14 Oct 2010)
New Revision: 13867
Modified:
modules/persistence/trunk/docs/src/main/docbook/en-US/persistence-general.xml
Log:
minor docs update
Modified: modules/persistence/trunk/docs/src/main/docbook/en-US/persistence-general.xml
===================================================================
---
modules/persistence/trunk/docs/src/main/docbook/en-US/persistence-general.xml 2010-10-14
14:50:31 UTC (rev 13866)
+++
modules/persistence/trunk/docs/src/main/docbook/en-US/persistence-general.xml 2010-10-14
14:50:53 UTC (rev 13867)
@@ -238,7 +238,7 @@
</para>
<para>
-
+ TODO: Add section on exceptions and transaction rollback
</para>
<para>
@@ -484,6 +484,10 @@
lets you use EL expressions in your query strings, safely and efficiently.
For
example, this:
</para>
+
+ <para>
+ TODO: We don't proxy the container managed PC yet.
+ </para>
<programlisting role="JAVA"><![CDATA[User user =
em.createQuery("from User where username=#{user.username}")
.getSingleResult();]]></programlisting>
@@ -521,8 +525,8 @@
<programlisting role="JAVA">public void
setupEntityManager(@Observes SeamManagedPersistenceContextCreated event) {
Session session = (Session)event.getEntityManager().getDelegate();
session.enableFilter("myfilter");
-}
- </programlisting>
+}</programlisting>
+
</section>
</section>
Show replies by date