public class

PostCollectionRecreateEvent

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

Class Overview

An event that occurs after a collection is recreated

Summary

Public Constructors
PostCollectionRecreateEvent(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 PostCollectionRecreateEvent (CollectionPersister collectionPersister, PersistentCollection collection, EventSource source)