org.hibernate.event
Interface PostCollectionRecreateEventListener

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EJB3PostUpdateEventListener

public interface PostCollectionRecreateEventListener
extends java.io.Serializable

Called after recreating a collection

Author:
Gail Badner

Method Summary
 void onPostRecreateCollection(PostCollectionRecreateEvent event)
           
 

Method Detail

onPostRecreateCollection

void onPostRecreateCollection(PostCollectionRecreateEvent event)


Copyright © 2011. All Rights Reserved.