Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » event » [javadoc | source]
org.hibernate.search.event
public class: FullTextIndexCollectionEventListener [javadoc | source]
java.lang.Object
   org.hibernate.search.event.FullTextIndexEventListener
      org.hibernate.search.event.FullTextIndexCollectionEventListener

All Implemented Interfaces:
    org.hibernate.event.PostCollectionRecreateEventListener, org.hibernate.event.PostCollectionUpdateEventListener, org.hibernate.event.PostCollectionRemoveEventListener, org.hibernate.event.PostCollectionRecreateEventListener, org.hibernate.event.PostDeleteEventListener, org.hibernate.event.PostUpdateEventListener, org.hibernate.event.Initializable, org.hibernate.event.PostCollectionUpdateEventListener, org.hibernate.event.PostCollectionRemoveEventListener, org.hibernate.event.Destructible, org.hibernate.event.PostInsertEventListener

Deprecated! As - of release 3.1.0, replaced by FullTextIndexEventListener

Fields inherited from org.hibernate.search.event.FullTextIndexEventListener:
used,  searchFactoryImplementor
Method from org.hibernate.search.event.FullTextIndexCollectionEventListener Summary:
onPostRecreateCollection,   onPostRemoveCollection,   onPostUpdateCollection
Methods from org.hibernate.search.event.FullTextIndexEventListener:
cleanup,   getSearchFactoryImplementor,   initialize,   onPostDelete,   onPostInsert,   onPostRecreateCollection,   onPostRemoveCollection,   onPostUpdate,   onPostUpdateCollection,   processCollectionEvent,   processWork
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.search.event.FullTextIndexCollectionEventListener Detail:
 public  void onPostRecreateCollection(PostCollectionRecreateEvent event) 
Deprecated! As - of release 3.1.0, replaced by FullTextIndexEventListener#onPostRecreateCollection(PostCollectionRecreateEvent)

      Deprecated!
 public  void onPostRemoveCollection(PostCollectionRemoveEvent event) 
Deprecated! As - of release 3.1.0, replaced by FullTextIndexEventListener#onPostRemoveCollection(PostCollectionRemoveEvent)

      Deprecated!
 public  void onPostUpdateCollection(PostCollectionUpdateEvent event) 
Deprecated! As - of release 3.1.0, replaced by FullTextIndexEventListener#onPostUpdateCollection(PostCollectionUpdateEvent)

      Deprecated!