Package | Description |
---|---|
net.ravendb.abstractions.commands | |
net.ravendb.client | |
net.ravendb.client.connection | |
net.ravendb.client.document | |
net.ravendb.client.shard |
Modifier and Type | Class and Description |
---|---|
class |
DeleteCommandData
A single batch operation for a document DELETE
|
class |
PatchCommandData |
class |
PutCommandData
A single batch operation for a document PUT
|
class |
ScriptedPatchCommandData
A single batch operation for a document EVAL (using a Javascript)
|
Modifier and Type | Method and Description |
---|---|
void |
IAdvancedDocumentSessionOperations.defer(ICommandData... commands)
Defer commands to be executed on saveChanges()
|
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 ICommandData |
InMemoryDocumentSessionOperations.createPutEntityCommand(Object entity,
DocumentMetadata documentMetadata)
Creates the put entity command.
|
Modifier and Type | Method and Description |
---|---|
List<ICommandData> |
SaveChangesData.getCommands() |
Modifier and Type | Method and Description |
---|---|
void |
InMemoryDocumentSessionOperations.defer(ICommandData... commands)
Defer commands to be executed on saveChanges()
|
Modifier and Type | Method and Description |
---|---|
void |
SaveChangesData.setCommands(List<ICommandData> commands) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<ICommandData>> |
BaseShardedDocumentSession.deferredCommandsByShard |
Modifier and Type | Method and Description |
---|---|
void |
BaseShardedDocumentSession.defer(ICommandData... commands) |
Copyright © 2016. All Rights Reserved.