org.hibernate.event
Interface PreCollectionRecreateEventListener

All Superinterfaces:
java.io.Serializable

public interface PreCollectionRecreateEventListener
extends java.io.Serializable

Called before recreating a collection

Author:
Gail Badner

Method Summary
 void onPreRecreateCollection(PreCollectionRecreateEvent event)
           
 

Method Detail

onPreRecreateCollection

void onPreRecreateCollection(PreCollectionRecreateEvent event)


Copyright © 2008 Hibernate.org. All Rights Reserved.