public class UpdateResults extends Object
| Constructor and Description |
|---|
UpdateResults(com.mongodb.WriteResult wr) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInsertedCount() |
Object |
getNewId() |
int |
getUpdatedCount() |
boolean |
getUpdatedExisting() |
com.mongodb.WriteResult |
getWriteResult() |
public boolean getUpdatedExisting()
public int getUpdatedCount()
public int getInsertedCount()
public Object getNewId()
public com.mongodb.WriteResult getWriteResult()
Copyright © 2021. All rights reserved.