Uses of Class
org.hibernate.event.AbstractCollectionEvent

Packages that use AbstractCollectionEvent
org.hibernate.event This package defines an event framework for Hibernate. 
 

Uses of AbstractCollectionEvent in org.hibernate.event
 

Subclasses of AbstractCollectionEvent in org.hibernate.event
 class InitializeCollectionEvent
          An event that occurs when a collection wants to be initialized
 class PostCollectionRecreateEvent
          An event that occurs after a collection is recreated
 class PostCollectionRemoveEvent
          An event that occurs after a collection is removed
 class PostCollectionUpdateEvent
          An event that occurs after a collection is updated
 class PreCollectionRecreateEvent
          An event that occurs before a collection is recreated
 class PreCollectionRemoveEvent
          An event that occurs before a collection is removed
 class PreCollectionUpdateEvent
          An event that occurs before a collection is updated
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.