Uses of Class
org.hibernate.event.InitializeCollectionEvent

Packages that use InitializeCollectionEvent
org.hibernate.event This package defines an event framework for Hibernate. 
org.hibernate.event.def This package defines a default set of event listeners that implements the default behaviors of Hibernate. 
 

Uses of InitializeCollectionEvent in org.hibernate.event
 

Methods in org.hibernate.event with parameters of type InitializeCollectionEvent
 void InitializeCollectionEventListener.onInitializeCollection(InitializeCollectionEvent event)
           
 

Uses of InitializeCollectionEvent in org.hibernate.event.def
 

Methods in org.hibernate.event.def with parameters of type InitializeCollectionEvent
 void DefaultInitializeCollectionEventListener.onInitializeCollection(InitializeCollectionEvent event)
          called by a collection that wants to initialize itself
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.