|
From: <hib...@li...> - 2006-04-30 04:21:51
|
Author: epbernard
Date: 2006-04-30 00:21:48 -0400 (Sun, 30 Apr 2006)
New Revision: 9834
Modified:
trunk/HibernateExt/ejb/doc/reference/en/modules/configuration.xml
Log:
rephrase hibernate.ejb.discard_pc_on_close
Modified: trunk/HibernateExt/ejb/doc/reference/en/modules/configuration.xml
===================================================================
--- trunk/HibernateExt/ejb/doc/reference/en/modules/configuration.xml 2006-04-30 04:08:48 UTC (rev 9833)
+++ trunk/HibernateExt/ejb/doc/reference/en/modules/configuration.xml 2006-04-30 04:21:48 UTC (rev 9834)
@@ -359,10 +359,10 @@
<row>
<entry>hibernate.ejb.discard_pc_on_close</entry>
- <entry>Whether or not em.close() actually discard the
- persistence context right away or wait for the transaction
- completion defore discarding it (default to falseuse Application
- server class enhancement at deployment time (default to false,
+ <entry>If true, the persistence context will be discarded (think clear()
+ when the method is called. Otherwise the persistence context will stay alive
+ till the transaction completion: all objects will remain managed, and any
+ change will be sy,chronized with the database (default to false,
ie wait the transaction completion)</entry>
</row>
</tbody>
|