|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bson.EmptyBSONCallback
org.bson.LazyBSONCallback
com.mongodb.LazyDBCallback
public class LazyDBCallback
| Constructor Summary | |
|---|---|
LazyDBCallback(DBCollection coll)
|
|
| Method Summary | |
|---|---|
Object |
createDBRef(String ns,
ObjectId id)
|
Object |
createObject(byte[] data,
int offset)
|
| Methods inherited from class org.bson.LazyBSONCallback |
|---|
createArray, get, gotBinary, objectDone, objectStart, objectStart, objectStart, reset, setRootObject |
| Methods inherited from class org.bson.EmptyBSONCallback |
|---|
arrayDone, arrayStart, arrayStart, createBSONCallback, gotBinaryArray, gotBoolean, gotCode, gotCodeWScope, gotDate, gotDBRef, gotDouble, gotInt, gotLong, gotMaxKey, gotMinKey, gotNull, gotObjectId, gotRegex, gotString, gotSymbol, gotTimestamp, gotUndefined, gotUUID |
| 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, gotDBRef, gotDouble, gotInt, gotLong, gotMaxKey, gotMinKey, gotNull, gotObjectId, gotRegex, gotString, gotSymbol, gotTimestamp, gotUndefined, gotUUID, objectDone, objectStart, objectStart, objectStart, reset |
| Constructor Detail |
|---|
public LazyDBCallback(DBCollection coll)
| Method Detail |
|---|
public Object createObject(byte[] data,
int offset)
createObject in class LazyBSONCallback
public Object createDBRef(String ns,
ObjectId id)
createDBRef in class LazyBSONCallback
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||