public class

InitializeCollectionEvent

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

Class Overview

An event that occurs when a collection wants to be initialized

Summary

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