Uses of Interface
org.mongojack.WriteResult
Packages that use WriteResult
Package
Description
This package contains a compatibility layer to support old code using the Mongojack 2.x API.
This package contains a compatibility layer to support old code using the Mongojack 2.x API.
-
Uses of WriteResult in org.graylog2.database.jackson.legacy
Classes in org.graylog2.database.jackson.legacy that implement WriteResultModifier and TypeClassDescriptionclassLegacyDeleteResult<T,K> Deprecated.classDeprecated.useMongoCollectionsas an entrypoint for interacting with MongoDB.classDeprecated.useMongoCollectionsas an entrypoint for interacting with MongoDB.classDeprecated.useMongoCollectionsas an entrypoint for interacting with MongoDB.classLegacyUpdateResult<T,K> Deprecated.useMongoCollectionsas an entrypoint for interacting with MongoDB. -
Uses of WriteResult in org.graylog2.indexer.ranges
Methods in org.graylog2.indexer.ranges that return WriteResultModifier and TypeMethodDescriptionWriteResult<MongoIndexRange,org.bson.types.ObjectId> IndexRangeService.save(IndexRange indexRange) WriteResult<MongoIndexRange,org.bson.types.ObjectId> MongoIndexRangeService.save(IndexRange indexRange) -
Uses of WriteResult in org.mongojack
Methods in org.mongojack that return WriteResultModifier and TypeMethodDescriptionDeprecated.Deprecated.JacksonDBCollection.remove(org.bson.conversions.Bson filter, com.mongodb.WriteConcern concern) Deprecated.Deprecated.Deprecated.JacksonDBCollection.update(com.mongodb.DBObject query, org.bson.conversions.Bson update) Deprecated.JacksonDBCollection.update(org.bson.conversions.Bson query, org.bson.conversions.Bson update) Deprecated.JacksonDBCollection.update(org.bson.conversions.Bson filter, org.bson.conversions.Bson update, boolean upsert, boolean multi) Deprecated.Deprecated.JacksonDBCollection.update(org.bson.conversions.Bson filter, T object, boolean upsert, boolean multi) Deprecated.JacksonDBCollection.update(org.bson.conversions.Bson filter, T object, boolean upsert, boolean multi, com.mongodb.WriteConcern concern) Deprecated.JacksonDBCollection.updateById(K id, T update) Deprecated.JacksonDBCollection.updateMulti(org.bson.conversions.Bson query, org.bson.conversions.Bson update) Deprecated.
MongoCollectionsas an entrypoint for interacting with MongoDB.