From: <no...@so...> - 2002-12-24 13:50:06
|
Bugs item #650276, was opened at 2002-12-08 14:30 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=650276&group_id=40712 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Stephen Bate (sbate) Assigned to: Nobody/Anonymous (nobody) Summary: Incorrect documentation Initial Comment: The reference manual states that interceptors will fire "before [an object] is saved, updated or deleted and after it is loaded". However, the Javadocs say the interceptor will fire *before* an object is loaded rather than afterwards. The source code appears to support the Javadocs rather than the reference manual. Also, what is the purpose of the boolean return from onLoad()? It doesn't appear to be used anywhere in the Hibernate implementation. Steve ---------------------------------------------------------------------- >Comment By: Gavin King (oneovthafew) Date: 2002-12-25 00:50 Message: Logged In: YES user_id=384580 Fixed! ---------------------------------------------------------------------- Comment By: Gavin King (oneovthafew) Date: 2002-12-09 09:33 Message: Logged In: YES user_id=384580 Excuse me .... posted that in the wrong window! ---------------------------------------------------------------------- Comment By: Gavin King (oneovthafew) Date: 2002-12-09 09:33 Message: Logged In: YES user_id=384580 http://sourceforge.net/forum/forum.php?thread_id=776590&forum_id=128638 You should be able to export tables by giving only a .cfg.xml file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=650276&group_id=40712 |