com.allanbank.mongodb.bson.builder.ArrayBuilder.add(String, String, ObjectId)
See BSON specification.
|
com.allanbank.mongodb.bson.builder.impl.ArrayBuilderImpl.add(String, String, ObjectId) |
com.allanbank.mongodb.bson.builder.DocumentBuilder.add(String, String, String, ObjectId)
See BSON specification.
|
com.allanbank.mongodb.bson.builder.impl.DocumentBuilderImpl.add(String, String, String, ObjectId) |
com.allanbank.mongodb.bson.builder.ArrayBuilder.addDBPointer(String, String, ObjectId)
See BSON specification.
|
com.allanbank.mongodb.bson.builder.impl.ArrayBuilderImpl.addDBPointer(String, String, ObjectId) |
com.allanbank.mongodb.bson.builder.DocumentBuilder.addDBPointer(String, String, String, ObjectId)
See BSON specification.
|
com.allanbank.mongodb.bson.builder.impl.DocumentBuilderImpl.addDBPointer(String, String, String, ObjectId) |
com.allanbank.mongodb.Mongo.asSerializedMongo()
|
com.allanbank.mongodb.client.MongoImpl.asSerializedMongo()
|
com.allanbank.mongodb.MongoClientConfiguration.authenticate(String, String)
Replaced with the more general Credential capability.
Will be removed after the 1.3.0 release.
|
com.allanbank.mongodb.MongoClientConfiguration.authenticateAsAdmin(String, String)
Replaced with the more general Credential capability.
Will be removed after the 1.3.0 release.
|
com.allanbank.mongodb.MongoFactory.create(MongoDbConfiguration)
|
com.allanbank.mongodb.MongoFactory.create(MongoDbUri)
|
com.allanbank.mongodb.MongoFactory.create(String)
|
com.allanbank.mongodb.builder.Sort.geo2d(String)
|
com.allanbank.mongodb.MongoClientConfiguration.getDefaultDatabase()
Replaced with the more general Credential capability.
Will be removed after the 1.3.0 release.
|
com.allanbank.mongodb.MongoClientConfiguration.getPasswordHash()
Replaced with the more general Credential capability.
Will be removed after the 1.3.0 release.
|
com.allanbank.mongodb.MongoClientConfiguration.getUserName()
Replaced with the more general Credential capability.
Will be removed after the 1.3.0 release.
|
com.allanbank.mongodb.MongoClientConfiguration.isAdminUser()
Replaced with the more general Credential capability.
Will be removed after the 1.3.0 release.
|
com.allanbank.mongodb.MongoDatabase.listCollections()
|
com.allanbank.mongodb.MongoClient.listDatabases()
|
com.allanbank.mongodb.bson.Document.queryPath(Class, String...)
|
com.allanbank.mongodb.bson.Element.queryPath(Class, String...)
|
com.allanbank.mongodb.bson.element.AbstractElement.queryPath(Class, String...)
|
com.allanbank.mongodb.bson.impl.EmptyDocument.queryPath(Class, String...)
|
com.allanbank.mongodb.bson.impl.RootDocument.queryPath(Class, String...)
|
com.allanbank.mongodb.bson.Document.queryPath(String...)
|
com.allanbank.mongodb.bson.Element.queryPath(String...)
|
com.allanbank.mongodb.bson.element.AbstractElement.queryPath(String...)
|
com.allanbank.mongodb.bson.impl.EmptyDocument.queryPath(String...)
|
com.allanbank.mongodb.bson.impl.RootDocument.queryPath(String...)
|
com.allanbank.mongodb.MongoClientConfiguration.setDefaultDatabase(String)
Replaced with the more general Credential capability.
Will be removed after the 1.3.0 release.
|
com.allanbank.mongodb.MongoCollection.streamingFind(Callback, DocumentAssignable)
|
com.allanbank.mongodb.client.AbstractMongoCollection.streamingFind(Callback, DocumentAssignable) |
com.allanbank.mongodb.MongoCollection.streamingFind(Callback, Find)
|
com.allanbank.mongodb.client.AbstractMongoCollection.streamingFind(Callback, Find) |