org.hibernate.event
Class PostCollectionUpdateEvent

java.lang.Object
  extended by org.hibernate.event.AbstractEvent
      extended by org.hibernate.event.AbstractCollectionEvent
          extended by org.hibernate.event.PostCollectionUpdateEvent
All Implemented Interfaces:
Serializable

public class PostCollectionUpdateEvent
extends AbstractCollectionEvent

An event that occurs after a collection is updated

Author:
Gail Badner
See Also:
Serialized Form

Constructor Summary
PostCollectionUpdateEvent(CollectionPersister collectionPersister, PersistentCollection collection, EventSource source)
           
 
Method Summary
 
Methods inherited from class org.hibernate.event.AbstractCollectionEvent
getAffectedOwnerEntityName, getAffectedOwnerEntityName, getAffectedOwnerIdOrNull, getAffectedOwnerOrNull, getCollection, getLoadedCollectionPersister, getLoadedOwnerIdOrNull, getLoadedOwnerOrNull, getOwnerIdOrNull
 
Methods inherited from class org.hibernate.event.AbstractEvent
getSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostCollectionUpdateEvent

public PostCollectionUpdateEvent(CollectionPersister collectionPersister,
                                 PersistentCollection collection,
                                 EventSource source)


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