Spring Data Couchbase

org.springframework.data.couchbase.core.mapping.event
Class AfterSaveEvent<E>

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.springframework.data.couchbase.core.mapping.event.CouchbaseMappingEvent<E>
              extended by org.springframework.data.couchbase.core.mapping.event.AfterSaveEvent<E>
All Implemented Interfaces:
Serializable

public class AfterSaveEvent<E>
extends CouchbaseMappingEvent<E>

Author:
Michael Nitschinger
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AfterSaveEvent(E source, CouchbaseDocument document)
           
 
Method Summary
 
Methods inherited from class org.springframework.data.couchbase.core.mapping.event.CouchbaseMappingEvent
getDocument, getSource
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AfterSaveEvent

public AfterSaveEvent(E source,
                      CouchbaseDocument document)

Spring Data Couchbase

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