[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-1770) All event must inherit AbstractEvent

Diego Plentz (JIRA) noreply at atlassian.com
Tue Aug 12 14:07:09 EDT 2008


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Diego Plentz resolved HHH-1770.
-------------------------------

      Assignee: Diego Plentz
    Resolution: Fixed

> All event must inherit AbstractEvent
> ------------------------------------
>
>                 Key: HHH-1770
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1770
>             Project: Hibernate3
>          Issue Type: Patch
>          Components: core
>    Affects Versions: 3.2.0.cr3
>         Environment: Hibernate svn revision 9939
>            Reporter: Benjamin Poussin
>            Assignee: Diego Plentz
>         Attachments: AbstractEvent-inheritance.patch
>
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> 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

        



More information about the hibernate-issues mailing list