History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: HHH-2123
Type: Patch Patch
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Patrick Moore
Votes: 2
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
Hibernate Core

clarification on the way interceptors and event system interact.

Created: 01/Oct/06 04:49 PM   Updated: 12/Aug/08 01:10 PM
Component/s: documentation
Affects Version/s: 3.2.0.cr4
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Relates
 


 Description  « Hide
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.
===========================================


 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.