Package | Description |
---|---|
com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
Modifier and Type | Method and Description |
---|---|
DBRef |
DBRefCodec.decode(BsonReader reader,
DecoderContext decoderContext) |
Modifier and Type | Method and Description |
---|---|
Class<DBRef> |
DBRefCodec.getEncoderClass() |
Modifier and Type | Method and Description |
---|---|
void |
DBRefCodec.encode(BsonWriter writer,
DBRef value,
EncoderContext encoderContext) |
protected void |
DefaultDBEncoder.putDBRef(String name,
DBRef ref)
Deals with encoding database references.
|
Copyright © 2016. All Rights Reserved.