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

java.lang.Object
  extended by org.bson.BasicBSONDecoder
      extended by com.mongodb.DefaultDBDecoder
          extended by org.iternine.jeppetto.dao.mongodb.enhance.MongoDBDecoder
All Implemented Interfaces:
com.mongodb.DBDecoder, org.bson.BSONDecoder

public class MongoDBDecoder
extends com.mongodb.DefaultDBDecoder


Nested Class Summary
 
Nested classes/interfaces inherited from class org.bson.BasicBSONDecoder
org.bson.BasicBSONDecoder.Input
 
Field Summary
 
Fields inherited from class com.mongodb.DefaultDBDecoder
FACTORY
 
Fields inherited from class org.bson.BasicBSONDecoder
_callback, _in
 
Constructor Summary
MongoDBDecoder()
           
 
Method Summary
 com.mongodb.DBCallback getDBCallback(com.mongodb.DBCollection collection)
           
 
Methods inherited from class com.mongodb.DefaultDBDecoder
decode, decode
 
Methods inherited from class org.bson.BasicBSONDecoder
_binary, decode, decode, readObject, readObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.bson.BSONDecoder
decode, decode, readObject, readObject
 

Constructor Detail

MongoDBDecoder

public MongoDBDecoder()
Method Detail

getDBCallback

public com.mongodb.DBCallback getDBCallback(com.mongodb.DBCollection collection)
Specified by:
getDBCallback in interface com.mongodb.DBDecoder
Overrides:
getDBCallback in class com.mongodb.DefaultDBDecoder


Copyright © 2012. All Rights Reserved.