org.hibernate.event.spi
Interface PostCollectionRecreateEventListener

All Superinterfaces:
Serializable
All Known Implementing Classes:
EJB3PostUpdateEventListener, EnversPostCollectionRecreateEventListenerImpl

public interface PostCollectionRecreateEventListener
extends Serializable

Called after recreating a collection


Method Summary
 void onPostRecreateCollection(PostCollectionRecreateEvent event)
           
 

Method Detail

onPostRecreateCollection

void onPostRecreateCollection(PostCollectionRecreateEvent event)


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