
| Key: |
HHH-2123
|
| Type: |
Patch
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Patrick Moore
|
| Votes: |
2
|
| Watchers: |
3
|
|
If you were logged in you would be able to see more operations.
|
|
|
Hibernate Core
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
|
|
|
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.
===========================================
|
|
Description
|
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.
===========================================
|
Show » |
| There are no comments yet on this issue.
|
|