Package | Description |
---|---|
net.ravendb.client.document |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Object,DocumentMetadata> |
InMemoryDocumentSessionOperations.entitiesAndMetadata |
Modifier and Type | Method and Description |
---|---|
protected ICommandData |
InMemoryDocumentSessionOperations.createPutEntityCommand(java.lang.Object entity,
DocumentMetadata documentMetadata)
Creates the put entity command.
|
protected boolean |
InMemoryDocumentSessionOperations.entityChanged(java.lang.Object entity,
DocumentMetadata documentMetadata) |
protected boolean |
InMemoryDocumentSessionOperations.entityChanged(java.lang.Object entity,
DocumentMetadata documentMetadata,
java.util.Map<java.lang.String,java.util.List<DocumentsChanges>> changes)
Determines if the entity have changed.
|
<T> void |
InMemoryDocumentSessionOperations.refreshInternal(T entity,
JsonDocument jsonDocument,
DocumentMetadata value) |
Copyright © 2014. All Rights Reserved.