[seam-commits] Seam SVN: r10973 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon May 25 15:59:54 EDT 2009
Author: nico.ben
Date: 2009-05-25 15:59:54 -0400 (Mon, 25 May 2009)
New Revision: 10973
Modified:
branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Framework.xml
Log:
Description of "simple entity"
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Framework.xml
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Framework.xml 2009-05-25 19:30:41 UTC (rev 10972)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Framework.xml 2009-05-25 19:59:54 UTC (rev 10973)
@@ -333,7 +333,7 @@
we only want to refresh certain queries when a particular entity is persisted,
updated or removed we can observe the
<literal>org.jboss.seam.afterTransactionSuccess.<name></literal>
- event (where <literal><name></literal> is the name of the entity).
+ event (where <literal><name></literal> is the simple name of the entity, e.g. an entity called "org.foo.myEntity" has "myEntity" as simple name).
</para>
<para>
More information about the seam-commits
mailing list