public class

PreCollectionRecreateEvent

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

Class Overview

An event that occurs before a collection is recreated

Summary

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