Package org.mongojack
Interface WriteResult<T,K>
- All Known Implementing Classes:
LegacyDeleteResult,LegacyInsertManyResult,LegacyInsertOneResult,LegacyUpdateOneResult,LegacyUpdateResult
Deprecated.
Compatibility layer to support existing code interacting with the Mongojack 2.x API.
-
Method Details
-
getSavedObject
Deprecated. -
getN
int getN()Deprecated. -
wasAcknowledged
boolean wasAcknowledged()Deprecated. -
getSavedId
Deprecated. -
getUpsertedId
Deprecated. -
isUpdateOfExisting
boolean isUpdateOfExisting()Deprecated. -
toIdType
Deprecated. -
extractValue
Deprecated.
-
MongoCollectionsas an entrypoint for interacting with MongoDB.