|
Change Variable Type dbCol : DBCollection to dbCol : MongoCollection<BasicDBObject> in method protected doCount(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type dbCol : DBCollection to dbCol : MongoCollection<BasicDBObject> in method protected doFindAll(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type objNew : DBObject to objNew : BasicDBObject in method protected doUpdate(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type resultList : List<DBObject> to resultList : List<BasicDBObject> in method public testAggregate() : void in class org.apache.camel.component.mongodb.MongoDbOperationsTest |
From |
To |
|
Change Variable Type insertObject : DBObject to insertObject : BasicDBObject in method protected doInsert(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type insertObjects : List<DBObject> to insertObjects : List<BasicDBObject> in method protected doInsert(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type dbCol : DBCollection to dbCol : MongoCollection<BasicDBObject> in method protected doRemove(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type o : DBObject to o : BasicDBObject in method protected doFindOneByQuery(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type updateCriteria : DBObject to updateCriteria : BasicDBObject in method protected doUpdate(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type removeObj : DBObject to removeObj : BasicDBObject in method protected doRemove(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type saveObj : DBObject to saveObj : BasicDBObject in method protected doSave(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type db : DB to db : MongoDatabase in method private calculateCollection(exchange Exchange) : MongoCollection<BasicDBObject> in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type index : DBObject to index : BasicDBObject in method public ensureIndex(collection MongoCollection<BasicDBObject>, dynamicIndex List<BasicDBObject>) : void in class org.apache.camel.component.mongodb.MongoDbEndpoint |
From |
To |
|
Change Variable Type result : WriteResult to result : UpdateResult in method protected doUpdate(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type query : DBObject to query : BasicDBObject in method protected doCount(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type resultCursor : DBCursor to resultCursor : MongoCursor<BasicDBObject> in method public testFindAllDBCursor() : void in class org.apache.camel.component.mongodb.MongoDbOutputTypeTest |
From |
To |
|
Change Variable Type fieldFilter : DBObject to fieldFilter : BasicDBObject in method protected doFindOneByQuery(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type result : DBObject to result : Document in method protected doGetStats(exchange Exchange, operation MongoDbOperation) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type db : DB to db : MongoDatabase in method protected doCommand(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type dbCol : DBCollection to dbCol : MongoCollection<BasicDBObject> in method protected doAggregate(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type dbCol : DBCollection to dbCol : MongoCollection<BasicDBObject> in method protected doUpdate(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type dbCol : DBCollection to dbCol : MongoCollection<BasicDBObject> in method protected doSave(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type dbCol : DBCollection to dbCol : MongoCollection<BasicDBObject> in method protected doFindOneByQuery(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type dbCol : DBCollection to dbCol : MongoCollection<BasicDBObject> in method protected doFindById(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type answer : DBObject to answer : BasicDBObject in method public fromInputStreamToDBObject(is InputStream, exchange Exchange) : BasicDBObject in class org.apache.camel.component.mongodb.converters.MongoDbBasicConverters |
From |
To |
|
Change Variable Type ret : DBCursor to ret : FindIterable<BasicDBObject> in method protected doFindAll(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type dbCol : DBCollection to dbCol : MongoCollection<BasicDBObject> in method protected doInsert(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type indexList : List<DBObject> to indexList : List<BasicDBObject> in method public createIndex() : List<BasicDBObject> in class org.apache.camel.component.mongodb.MongoDbEndpoint |
From |
To |
|
Change Variable Type query : DBObject to query : BasicDBObject in method protected doFindAll(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type fieldFilter : DBObject to fieldFilter : BasicDBObject in method protected doFindAll(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type saveObj : List<DBObject> to saveObj : List<BasicDBObject> in method protected doUpdate(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type fieldFilter : DBObject to fieldFilter : BasicDBObject in method protected doFindById(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type ret : DBObject to ret : BasicDBObject in method protected doFindOneByQuery(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type sortBy : DBObject to sortBy : BasicDBObject in method protected doFindAll(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type dynamicIndex : List<DBObject> to dynamicIndex : List<BasicDBObject> in method private calculateCollection(exchange Exchange) : MongoCollection<BasicDBObject> in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type cmdObj : DBObject to cmdObj : BasicDBObject in method protected doCommand(exchange Exchange) : void in class org.apache.camel.component.mongodb.MongoDbProducer |
From |
To |
|
Change Variable Type index : DBObject to index : BasicDBObject in method public createIndex() : List<BasicDBObject> in class org.apache.camel.component.mongodb.MongoDbEndpoint |
From |
To |