Package | Description |
---|---|
net.ravendb.client.connection | |
net.ravendb.client.document |
Modifier and Type | Method and Description |
---|---|
BatchResult[] |
IDatabaseCommands.batch(List<ICommandData> commandDatas)
Sends multiple operations in a single request, reducing the number of remote calls and allowing several operations to share same transaction
|
BatchResult[] |
ServerClient.batch(List<ICommandData> commandDatas) |
protected BatchResult[] |
ServerClient.directBatch(List<ICommandData> commandDatas,
OperationMetadata operationMetadata) |
Modifier and Type | Method and Description |
---|---|
protected void |
InMemoryDocumentSessionOperations.updateBatchResults(List<BatchResult> batchResults,
SaveChangesData saveChangesData)
Updates the batch results.
|
Copyright © 2016. All Rights Reserved.