com.mongodb
Class LazyWriteableDBDecoder

java.lang.Object
  extended by org.bson.LazyBSONDecoder
      extended by com.mongodb.LazyDBDecoder
          extended by com.mongodb.LazyWriteableDBDecoder
All Implemented Interfaces:
DBDecoder, BSONDecoder

public class LazyWriteableDBDecoder
extends LazyDBDecoder


Field Summary
static DBDecoderFactory FACTORY
           
 
Constructor Summary
LazyWriteableDBDecoder()
           
 
Method Summary
 DBCallback getDBCallback(DBCollection collection)
           
 
Methods inherited from class com.mongodb.LazyDBDecoder
decode, decode
 
Methods inherited from class org.bson.LazyBSONDecoder
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
 

Field Detail

FACTORY

public static DBDecoderFactory FACTORY
Constructor Detail

LazyWriteableDBDecoder

public LazyWriteableDBDecoder()
Method Detail

getDBCallback

public DBCallback getDBCallback(DBCollection collection)
Specified by:
getDBCallback in interface DBDecoder
Overrides:
getDBCallback in class LazyDBDecoder