[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2123) clarification on the way interceptors and event system interact.

Patrick Moore (JIRA) noreply at atlassian.com
Sun Oct 1 17:49:24 EDT 2006


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.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira




More information about the hibernate-issues mailing list