From: <one...@us...> - 2002-12-24 13:49:46
|
Update of /cvsroot/hibernate/Hibernate/doc/reference/src In directory sc8-pr-cvs1:/tmp/cvs-serv10168 Modified Files: manipulating_data.xml Log Message: fixed inconsistency with Javadocs Index: manipulating_data.xml =================================================================== RCS file: /cvsroot/hibernate/Hibernate/doc/reference/src/manipulating_data.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** manipulating_data.xml 24 Nov 2002 10:55:26 -0000 1.28 --- manipulating_data.xml 24 Dec 2002 13:49:41 -0000 1.29 *************** *** 905,909 **** The <literal>Interceptor</literal> interface provides callbacks from the session to the application allowing the application to inspect and / or manipulate properties of a ! persistent object before it is saved, updated or deleted and after it is loaded. One possible use for this is to track auditing information. For example, the following <literal>Interceptor</literal> automatically sets the <literal>createTimestamp</literal> --- 905,909 ---- The <literal>Interceptor</literal> interface provides callbacks from the session to the application allowing the application to inspect and / or manipulate properties of a ! persistent object before it is saved, updated, deleted or loaded. One possible use for this is to track auditing information. For example, the following <literal>Interceptor</literal> automatically sets the <literal>createTimestamp</literal> |