public class

PostCollectionUpdateEvent

extends AbstractCollectionEvent
java.lang.Object
   ↳ org.hibernate.event.AbstractEvent
     ↳ org.hibernate.event.AbstractCollectionEvent
       ↳ org.hibernate.event.PostCollectionUpdateEvent

Class Overview

An event that occurs after a collection is updated

Summary

Public Constructors
PostCollectionUpdateEvent(CollectionPersister collectionPersister, PersistentCollection collection, EventSource source)
[Expand]
Inherited Methods
From class org.hibernate.event.AbstractCollectionEvent
From class org.hibernate.event.AbstractEvent
From class java.lang.Object

Public Constructors

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