Spring Data Document

org.springframework.data.mongodb.core.mapping.event
Class BeforeSaveEvent<E>

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

public class BeforeSaveEvent<E>
extends MongoMappingEvent<E>

Author:
Jon Brisbin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BeforeSaveEvent(E source, DBObject dbo)
           
 
Method Summary
 
Methods inherited from class org.springframework.data.mongodb.core.mapping.event.MongoMappingEvent
getDBObject, 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

BeforeSaveEvent

public BeforeSaveEvent(E source,
                       DBObject dbo)

Spring Data Document

Copyright © 2012. All Rights Reserved.