clarification on the way interceptors and event system interact.
----------------------------------------------------------------
Key: HHH-2123
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2123
Project: Hibernate3
Type: Patch
Components: documentation
Versions: 3.2.0.cr4
Reporter: Patrick Moore
Please add this (or equivalent) to the bottom of section 12.1. (Interceptors):
===========================================
Interceptors are invoked by Hibernate's default event listeners. For example,
interceptors' onSave() method is invoked by Hibernate's
DefaultSaveOrUpdateEventListener
===========================================
Please add this (or equivalent) to the bottom of section 12.2 (Event System):
===========================================
When changing the event listeners be sure to keep the various Hibernate default listeners.
These listeners actually perform much of Hibernate's persistence work, including
invocation of the interceptors. Without those default listeners, Hibernate will quietly do
nothing.
===========================================
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira