public class AfterConvertEvent<E> extends MongoMappingEvent<E>
MongoMappingEvent thrown after convert of a document.source| Constructor and Description |
|---|
AfterConvertEvent(com.mongodb.DBObject dbo,
E source)
Deprecated.
since 1.8. Please use
AfterConvertEvent(DBObject, Object, String). |
AfterConvertEvent(com.mongodb.DBObject dbo,
E source,
String collectionName)
Creates new
AfterConvertEvent. |
getCollectionName, getDBObject, getSourcegetTimestamptoString@Deprecated public AfterConvertEvent(com.mongodb.DBObject dbo, E source)
AfterConvertEvent(DBObject, Object, String).AfterConvertEvent.dbo - can be null.source - must not be null.public AfterConvertEvent(com.mongodb.DBObject dbo,
E source,
String collectionName)
AfterConvertEvent.dbo - can be null.source - must not be null.collectionName - can be null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.