Spring Data Couchbase

Uses of Class
org.springframework.data.couchbase.core.mapping.event.CouchbaseMappingEvent

Packages that use CouchbaseMappingEvent
org.springframework.data.couchbase.core   
org.springframework.data.couchbase.core.mapping.event   
 

Uses of CouchbaseMappingEvent in org.springframework.data.couchbase.core
 

Methods in org.springframework.data.couchbase.core with parameters of type CouchbaseMappingEvent
protected
<T> void
CouchbaseTemplate.maybeEmitEvent(CouchbaseMappingEvent<T> event)
          Helper method to publish an event if the event publisher is set.
 

Uses of CouchbaseMappingEvent in org.springframework.data.couchbase.core.mapping.event
 

Subclasses of CouchbaseMappingEvent in org.springframework.data.couchbase.core.mapping.event
 class AfterDeleteEvent<E>
           
 class AfterSaveEvent<E>
           
 class BeforeConvertEvent<E>
           
 class BeforeDeleteEvent<E>
           
 class BeforeSaveEvent<E>
           
 

Methods in org.springframework.data.couchbase.core.mapping.event with parameters of type CouchbaseMappingEvent
 void AbstractCouchbaseEventListener.onApplicationEvent(CouchbaseMappingEvent<?> event)
           
 


Spring Data Couchbase

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.