Toggle navigation
Home
com.mongodb.Mongo to com.mongodb.MongoClient
No. of Instances - 18
No. of Commits - 4
No. of Projects - {'AxonFramework', 'camel'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> External
Mapping:
Cascading Type Change (Similar)
Mongo
to
MongoClient
Mongo
to
MongoClient
Mongo
to
MongoClient
Mongo
to
MongoClient
Mongo
to
MongoClient
Mongo
to
MongoClient
Mongo
to
MongoClient
Mongo
to
MongoClient
Mongo
to
MongoClient
Rename Variable
mongo
to
mongoClient
mongo
to
mongoClient
mongo
to
mongoClient
mongo
to
mongoClient
mongo
to
mongoClient
mongo
to
mongoClient
Add or Remove Method invocation
connection.getDB(config.db).getCollection(config.collection)
to
connection.getDatabase(config.db).getCollection(config.collection)
mongo.getDB(dbName)
to
mongo.getDatabase(dbName)