Update of /cvsroot/hibernate/Hibernate2/doc/reference/src
In directory sc8-pr-cvs1:/tmp/cvs-serv6135/src
Modified Files:
advanced_or_mapping.xml
Log Message:
added extra caveat
Index: advanced_or_mapping.xml
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/doc/reference/src/advanced_or_mapping.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** advanced_or_mapping.xml 11 Apr 2003 07:12:21 -0000 1.15
--- advanced_or_mapping.xml 15 Apr 2003 09:28:51 -0000 1.16
***************
*** 1122,1125 ****
--- 1122,1130 ----
<para>
+ Third, you may not use a CGLIB proxy for a <literal>final</literal> class or a class
+ with any <literal>final</literal> methods.
+ </para>
+
+ <para>
Finally, if your persistent object acquires any resources upon instantiation (eg. in
initializers or default constructor), then those resources will also be acquired by
|