All event must inherit AbstractEvent
------------------------------------
Key: HHH-1770
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1770
Project: Hibernate3
Type: Patch
Components: core
Versions: 3.2.0
Environment: Hibernate svn revision 9939
Reporter: Benjamin Poussin
Attachments: AbstractEvent-inheritance.patch
Some events inherit AbstractEvent (ex:PostLoadEvent) and other not (ex:PostUpdateEvent). Some other rewrite some code from AbstractEvent to have Session (ex:PreInsertEvent).
I think all events must inherit AbstractEvent. With that all event have session associated and event is useable. Without Session event is not very usefull.
This patch do that, without modify other thing
--
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
|