Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.event.AbstractEvent
org.hibernate.event.AbstractCollectionEvent
org.hibernate.event.PreCollectionRemoveEvent
public class PreCollectionRemoveEvent
extends AbstractCollectionEvent
Constructor Summary | |
|
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 |
public PreCollectionRemoveEvent(CollectionPersister collectionPersister, PersistentCollection collection, EventSource source, Object loadedOwner)