public class

PreCollectionRemoveEvent

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

Class Overview

An event that occurs before a collection is removed

Summary

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

Public Constructors

public PreCollectionRemoveEvent (CollectionPersister collectionPersister, PersistentCollection collection, EventSource source, Object loadedOwner)