[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-2770) Action observers for event listeners

Steve Ebersole (JIRA) noreply at atlassian.com
Sat May 7 10:42:59 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42277#action_42277 ] 

Steve Ebersole commented on HHH-2770:
-------------------------------------

Perfect!

> Action observers for event listeners
> ------------------------------------
>
>                 Key: HHH-2770
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2770
>             Project: Hibernate Core
>          Issue Type: New Feature
>          Components: core
>            Reporter: Christian Bauer
>            Priority: Minor
>
> Talked to Steve about a feature he calls "action observers", which would allow the following use case:
> - Write a FlushEventListener
> - Observer for what has been deleted, inserted, updated (action queues)
> This removes some of the pain that comes from missing communication between listeners. For example, you can easily move code you would traditionally write in an Interceptor into a FlushEventListener if you only need inserted/deleted/udpated records.

-- 
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