Package | Description |
---|---|
net.ravendb.abstractions.commands | |
net.ravendb.client | |
net.ravendb.client.connection | |
net.ravendb.client.document |
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(java.util.List<ICommandData> commandDatas)
Executed the specified commands as a single batch
|
BatchResult[] |
ServerClient.batch(java.util.List<ICommandData> commandDatas) |
protected BatchResult[] |
ServerClient.directBatch(java.util.List<ICommandData> commandDatas,
OperationMetadata operationMetadata) |
Modifier and Type | Method and Description |
---|---|
protected ICommandData |
InMemoryDocumentSessionOperations.createPutEntityCommand(java.lang.Object entity,
DocumentMetadata documentMetadata)
Creates the put entity command.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.List<ICommandData> commands) |
Copyright © 2014. All Rights Reserved.