org.iternine.jeppetto.dao.mongodb.enhance
Class MongoDBCallback

java.lang.Object
  extended by org.bson.BasicBSONCallback
      extended by com.mongodb.DefaultDBCallback
          extended by org.iternine.jeppetto.dao.mongodb.enhance.MongoDBCallback
All Implemented Interfaces:
com.mongodb.DBCallback, org.bson.BSONCallback

public class MongoDBCallback
extends com.mongodb.DefaultDBCallback


Field Summary
 
Fields inherited from class com.mongodb.DefaultDBCallback
FACTORY
 
Constructor Summary
MongoDBCallback(com.mongodb.DBCollection dbCollection)
           
 
Method Summary
 org.bson.BSONObject create(boolean array, List<String> pathParts)
           
 
Methods inherited from class com.mongodb.DefaultDBCallback
create, gotDBRef, objectDone, objectStart, reset
 
Methods inherited from class org.bson.BasicBSONCallback
_put, arrayDone, arrayStart, arrayStart, createBSONCallback, createList, cur, curName, get, gotBinary, gotBinaryArray, gotBoolean, gotCode, gotCodeWScope, gotDate, gotDouble, gotInt, gotLong, gotMaxKey, gotMinKey, gotNull, gotObjectId, gotRegex, gotString, gotSymbol, gotTimestamp, gotUndefined, gotUUID, isStackEmpty, objectStart, objectStart, objectStart, setRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.bson.BSONCallback
arrayDone, arrayStart, arrayStart, createBSONCallback, get, gotBinary, gotBinaryArray, gotBoolean, gotCode, gotCodeWScope, gotDate, gotDouble, gotInt, gotLong, gotMaxKey, gotMinKey, gotNull, gotObjectId, gotRegex, gotString, gotSymbol, gotTimestamp, gotUndefined, gotUUID, objectStart, objectStart, objectStart
 

Constructor Detail

MongoDBCallback

public MongoDBCallback(com.mongodb.DBCollection dbCollection)
Method Detail

create

public org.bson.BSONObject create(boolean array,
                                  List<String> pathParts)
Overrides:
create in class com.mongodb.DefaultDBCallback


Copyright © 2011. All Rights Reserved.