Modifier and Type | Method and Description |
---|---|
RavenJObject |
ScriptedPatchCommandData.getAdditionalData()
Additional command data.
|
RavenJObject |
DeleteCommandData.getAdditionalData()
Additional command data.
|
RavenJObject |
PatchCommandData.getAdditionalData()
Additional command data.
|
RavenJObject |
ICommandData.getAdditionalData()
Additional command data.
|
RavenJObject |
PutCommandData.getAdditionalData()
Additional command data.
|
RavenJObject |
PutCommandData.getDocument()
RavenJObject representing the document.
|
RavenJObject |
ScriptedPatchCommandData.getMetadata()
RavenJObject representing document's metadata.
|
RavenJObject |
DeleteCommandData.getMetadata()
RavenJObject representing document's metadata.
|
RavenJObject |
PatchCommandData.getMetadata()
RavenJObject representing document's metadata.
|
RavenJObject |
ICommandData.getMetadata()
RavenJObject representing document's metadata.
|
RavenJObject |
PutCommandData.getMetadata()
RavenJObject representing document's metadata.
|
RavenJObject |
ScriptedPatchCommandData.toJson()
Translates this instance to a Json object.
|
RavenJObject |
DeleteCommandData.toJson()
Translates this instance to a Json object.
|
RavenJObject |
PatchCommandData.toJson()
Translates this instance to a Json object.
|
RavenJObject |
ICommandData.toJson()
Translates this instance to a Json object.
|
RavenJObject |
PutCommandData.toJson()
Translates this instance to a Json object.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptedPatchCommandData.setAdditionalData(RavenJObject additionalData)
Additional command data.
|
void |
DeleteCommandData.setAdditionalData(RavenJObject additionalData)
Additional command data.
|
void |
PatchCommandData.setAdditionalData(RavenJObject additionalData)
Additional command data.
|
void |
ICommandData.setAdditionalData(RavenJObject additionalMeta)
Sets the additional metadata
|
void |
PutCommandData.setAdditionalData(RavenJObject additionalData)
Additional command data.
|
void |
PutCommandData.setDocument(RavenJObject document)
RavenJObject representing the document.
|
void |
ScriptedPatchCommandData.setMetadata(RavenJObject metadata)
RavenJObject representing document's metadata.
|
void |
PatchCommandData.setMetadata(RavenJObject metadata)
RavenJObject representing document's metadata.
|
void |
PutCommandData.setMetadata(RavenJObject metadata)
RavenJObject representing document's metadata.
|
Constructor and Description |
---|
PutCommandData(String key,
Etag etag,
RavenJObject document,
RavenJObject metadata) |
Modifier and Type | Method and Description |
---|---|
RavenJObject |
BatchResult.getAdditionalData()
Additional operation data.
|
RavenJObject |
JsonDocument.getDataAsJson()
Document data or projection as json.
|
RavenJObject |
PatchResultData.getDebugActions()
Additional debugging information (if requested).
|
RavenJObject |
PatchResultData.getDocument()
Patched document.
|
RavenJObject |
AttachmentInformation.getMetadata()
Deprecated.
RavenJObject representing attachment's metadata.
|
RavenJObject |
JsonDocument.getMetadata()
Metadata for the document
|
RavenJObject |
StreamResult.getMetadata()
Document metadata.
|
RavenJObject |
JsonDocumentMetadata.getMetadata()
Metadata for the document
|
RavenJObject |
BatchResult.getMetadata()
Updated metadata of a document.
|
RavenJObject |
IJsonDocumentMetadata.getMetadata()
RavenJObject representing document's metadata.
|
RavenJObject |
Attachment.getMetadata()
Deprecated.
RavenJObject representing attachment's metadata.
|
RavenJObject |
JsonDocument.toJson()
Translate the json document to a
RavenJObject |
RavenJObject |
PatchRequest.toJson()
Translates this instance to json
|
RavenJObject |
JsonDocument.toJson(boolean checkForId)
Translate the json document to a
RavenJObject |
RavenJObject |
SubscriptionBatchOptions.toRavenObject() |
RavenJObject |
SubscriptionConnectionOptions.toRavenObject() |
Modifier and Type | Method and Description |
---|---|
Collection<RavenJObject> |
QueryResult.getIncludes()
Gets the document included in the result.
|
List<RavenJObject> |
MultiLoadResult.getIncludes()
Included documents.
|
List<RavenJObject> |
QueryResult.getResults()
Gets the document resulting from this query.
|
List<RavenJObject> |
MultiLoadResult.getResults()
Loaded documents.
|
Modifier and Type | Method and Description |
---|---|
static ScriptedPatchRequest |
ScriptedPatchRequest.fromJson(RavenJObject patchRequestJson) |
static PatchRequest |
PatchRequest.fromJson(RavenJObject patchRequestJson)
Create an instance from a json object
|
void |
BatchResult.setAdditionalData(RavenJObject additionalData)
Additional operation data.
|
void |
JsonDocument.setDataAsJson(RavenJObject dataAsJson)
Document data or projection as json.
|
void |
PatchResultData.setDebugActions(RavenJObject debugActions)
Additional debugging information (if requested).
|
void |
PatchResultData.setDocument(RavenJObject document)
Patched document.
|
void |
AttachmentInformation.setMetadata(RavenJObject metadata)
Deprecated.
RavenJObject representing attachment's metadata.
|
void |
JsonDocument.setMetadata(RavenJObject metadata)
Metadata for the document
|
void |
StreamResult.setMetadata(RavenJObject metadata)
Document metadata.
|
void |
JsonDocumentMetadata.setMetadata(RavenJObject metadata)
Metadata for the document
|
void |
BatchResult.setMetadata(RavenJObject metadata)
Updated metadata of a document.
|
void |
IJsonDocumentMetadata.setMetadata(RavenJObject obj)
RavenJObject representing document's metadata.
|
void |
Attachment.setMetadata(RavenJObject metadata)
Deprecated.
RavenJObject representing attachment's metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResult.setIncludes(List<RavenJObject> includes)
Sets the document included in the result.
|
void |
MultiLoadResult.setIncludes(List<RavenJObject> includes)
Included documents.
|
void |
QueryResult.setResults(List<RavenJObject> results)
Sets the document resulting from this query.
|
void |
MultiLoadResult.setResults(List<RavenJObject> results)
Loaded documents.
|
Constructor and Description |
---|
Attachment(boolean canGetData,
byte[] data,
int size,
RavenJObject metadata,
Etag etag,
String key)
Deprecated.
|
JsonDocument(RavenJObject dataAsJson,
RavenJObject metadata,
String key,
Boolean nonAuthoritativeInformation,
Etag etag,
Date lastModified) |
Modifier and Type | Method and Description |
---|---|
static RavenJObject |
MetadataExtensions.filterHeadersAttachment(Map<String,String> self)
Deprecated.
|
static RavenJObject |
MetadataExtensions.filterHeadersToObject(Map<String,String> headers)
Filters the headers from unwanted headers
|
static RavenJObject |
MetadataExtensions.filterHeadersToObject(RavenJObject self) |
static RavenJObject |
MetadataExtensions.filterHeadersToObject(RavenJObject self,
Set<String> headersToIgnore,
Set<String> prefixesInHeadersToIgnore)
Filters headers from unwanted headers
|
static RavenJObject |
JsonExtensions.toJObject(Object result) |
Modifier and Type | Method and Description |
---|---|
static RavenJObject |
MetadataExtensions.filterHeadersToObject(RavenJObject self) |
static RavenJObject |
MetadataExtensions.filterHeadersToObject(RavenJObject self,
Set<String> headersToIgnore,
Set<String> prefixesInHeadersToIgnore)
Filters headers from unwanted headers
|
Constructor and Description |
---|
ConflictsResolver(RavenJObject... result) |
ConflictsResolver(RavenJObject[] docs,
boolean isMetadataResolver) |
Modifier and Type | Method and Description |
---|---|
RavenJObject |
RavenJObject.cloneToken() |
RavenJObject |
RavenJObject.createSnapshot() |
static RavenJObject |
RavenJObject.fromObject(Object o)
Creates a
RavenJObject from an object. |
static RavenJObject |
RavenJObject.fromObject(Object o,
JsonSerializer jsonSerializer)
Creates a
RavenJObject from an object. |
static RavenJObject |
RavenJObject.load(org.codehaus.jackson.JsonParser parser) |
static RavenJObject |
RavenJObject.parse(String json)
Loads
RavenJObject from a string that contains JSON. |
RavenJObject |
RavenJObject.withCaseInsensitivePropertyNames() |
Modifier and Type | Method and Description |
---|---|
static boolean |
Extensions.compareDifferentLengthRavenJObjectData(Collection<DocumentsChanges> docChanges,
RavenJObject otherObj,
RavenJObject selfObj,
String fieldName) |
Constructor and Description |
---|
RavenJObject(RavenJObject other) |
Modifier and Type | Method and Description |
---|---|
boolean |
GeoJsonWktConverter.tryConvert(RavenJObject json,
Reference<String> result) |
Modifier and Type | Method and Description |
---|---|
static void |
IncludesUtil.include(RavenJObject document,
String include,
Action1<String> loadId) |
Modifier and Type | Method and Description |
---|---|
<T> RavenJObject |
IAdvancedDocumentSessionOperations.getMetadataFor(T instance)
Gets the metadata for the specified entity.
|
Modifier and Type | Method and Description |
---|---|
void |
IDocumentQueryBase.afterStreamExecuted(Function1<Reference<RavenJObject>,Boolean> afterStreamExecutedCallback)
Callback to get the results of the stream
|
void |
IDocumentQueryBase.invokeAfterStreamExecuted(Reference<RavenJObject> resultRef)
Called externally to raise the after query executed callback
|
Modifier and Type | Method and Description |
---|---|
protected void |
RemoteDatabaseChanges.notifySubscribers(String type,
RavenJObject value,
Iterable<Map.Entry<String,DatabaseConnectionState>> counters) |
protected abstract void |
RemoteChangesClientBase.notifySubscribers(String type,
RavenJObject value,
Iterable<Map.Entry<String,DatabaseConnectionState>> counters) |
Modifier and Type | Method and Description |
---|---|
RavenJObject |
AdminServerClient.getDatabaseConfiguration() |
RavenJObject |
IAdminDatabaseCommands.getDatabaseConfiguration()
Gets configuration for current database.
|
RavenJObject |
CreateHttpJsonRequestParams.getMetadata() |
RavenJObject |
RavenJObjectIterator.next() |
RavenJObject |
IDatabaseCommands.patch(String key,
PatchRequest[] patches)
Sends a patch request for a specific document, ignoring the document's Etag and if the document is missing
|
RavenJObject |
ServerClient.patch(String key,
PatchRequest[] patches) |
RavenJObject |
IDatabaseCommands.patch(String key,
PatchRequest[] patches,
boolean ignoreMissing)
Sends a patch request for a specific document, ignoring the document's Etag
|
RavenJObject |
ServerClient.patch(String key,
PatchRequest[] patches,
boolean ignoreMissing) |
RavenJObject |
IDatabaseCommands.patch(String key,
PatchRequest[] patches,
Etag etag)
Sends a patch request for a specific document
|
RavenJObject |
ServerClient.patch(String key,
PatchRequest[] patches,
Etag etag) |
RavenJObject |
IDatabaseCommands.patch(String key,
PatchRequest[] patchesToExisting,
PatchRequest[] patchesToDefault,
RavenJObject defaultMetadata)
Sends a patch request for a specific document which may or may not currently exist
|
RavenJObject |
ServerClient.patch(String key,
PatchRequest[] patchesToExisting,
PatchRequest[] patchesToDefault,
RavenJObject defaultMetadata) |
RavenJObject |
IDatabaseCommands.patch(String key,
ScriptedPatchRequest patch)
Sends a patch request for a specific document, ignoring the document's Etag and if the document is missing
|
RavenJObject |
ServerClient.patch(String key,
ScriptedPatchRequest patch) |
RavenJObject |
IDatabaseCommands.patch(String key,
ScriptedPatchRequest patch,
boolean ignoreMissing)
Sends a patch request for a specific document, ignoring the document's Etag
|
RavenJObject |
ServerClient.patch(String key,
ScriptedPatchRequest patch,
boolean ignoreMissing) |
RavenJObject |
IDatabaseCommands.patch(String key,
ScriptedPatchRequest patch,
Etag etag)
Sends a patch request for a specific document
|
RavenJObject |
ServerClient.patch(String key,
ScriptedPatchRequest patch,
Etag etag) |
RavenJObject |
IDatabaseCommands.patch(String key,
ScriptedPatchRequest patchExisting,
ScriptedPatchRequest patchDefault,
RavenJObject defaultMetadata)
Sends a patch request for a specific document which may or may not currently exist
|
RavenJObject |
ServerClient.patch(String key,
ScriptedPatchRequest patchExisting,
ScriptedPatchRequest patchDefault,
RavenJObject defaultMetadata) |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs()
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag,
String startsWith)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag,
String startsWith,
String matches)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag,
String startsWith,
String matches,
int start)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize,
String exclude)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize,
String exclude,
RavenPagingInformation pagingInformation)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize,
String exclude,
RavenPagingInformation pagingInformation,
String skipAfter)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamQuery(String index,
IndexQuery query,
Reference<QueryHeaderInformation> queryHeaderInfo)
Queries the specified index in the Raven flavored Lucene query syntax.
|
Modifier and Type | Method and Description |
---|---|
protected PutResult |
ServerClient.directPut(RavenJObject metadata,
String key,
Etag etag,
RavenJObject document,
OperationMetadata operationMetadata) |
protected void |
ServerClient.directPutAttachment(String key,
RavenJObject metadata,
Etag etag,
InputStream data,
OperationMetadata operationMetadata)
Deprecated.
|
protected void |
ServerClient.directUpdateAttachmentMetadata(String key,
RavenJObject metadata,
Etag etag,
OperationMetadata operationMetadata)
Deprecated.
|
RavenJObject |
IDatabaseCommands.patch(String key,
PatchRequest[] patchesToExisting,
PatchRequest[] patchesToDefault,
RavenJObject defaultMetadata)
Sends a patch request for a specific document which may or may not currently exist
|
RavenJObject |
ServerClient.patch(String key,
PatchRequest[] patchesToExisting,
PatchRequest[] patchesToDefault,
RavenJObject defaultMetadata) |
RavenJObject |
IDatabaseCommands.patch(String key,
ScriptedPatchRequest patchExisting,
ScriptedPatchRequest patchDefault,
RavenJObject defaultMetadata)
Sends a patch request for a specific document which may or may not currently exist
|
RavenJObject |
ServerClient.patch(String key,
ScriptedPatchRequest patchExisting,
ScriptedPatchRequest patchDefault,
RavenJObject defaultMetadata) |
PutResult |
IDatabaseCommands.put(String key,
Etag guid,
RavenJObject document,
RavenJObject metadata)
Puts the document in the database with the specified key.
|
PutResult |
ServerClient.put(String key,
Etag etag,
RavenJObject document,
RavenJObject metadata) |
void |
IDatabaseCommands.putAttachment(String key,
Etag etag,
InputStream data,
RavenJObject metadata)
Deprecated.
Use RavenFS instead.
|
void |
ServerClient.putAttachment(String key,
Etag etag,
InputStream data,
RavenJObject metadata)
Deprecated.
|
static JsonDocument |
SerializationHelper.ravenJObjectToJsonDocument(RavenJObject doc) |
void |
CreateHttpJsonRequestParams.setMetadata(RavenJObject metadata) |
static JsonDocument |
SerializationHelper.toJsonDocument(RavenJObject r) |
static QueryResult |
SerializationHelper.toQueryResult(RavenJObject json,
Etag etagHeader,
String tempRequestTime,
long numberOfCharactersRead) |
void |
IDatabaseCommands.updateAttachmentMetadata(String key,
Etag etag,
RavenJObject metadata)
Deprecated.
Use RavenFS instead.
|
void |
ServerClient.updateAttachmentMetadata(String key,
Etag etag,
RavenJObject metadata)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HttpJsonRequest |
AdminRequestCreator.createDatabase(DatabaseDocument databaseDocument,
Reference<RavenJObject> docRef) |
static List<JsonDocument> |
SerializationHelper.ravenJObjectsToJsonDocuments(Collection<RavenJObject> responses)
Translate a collection of RavenJObject to JsonDocuments
|
void |
MultiGetOperation.tryResolveConflictOrCreateConcurrencyException(GetResponse[] responses,
Function3<String,RavenJObject,Etag,ConflictException> tryResolveConflictOrCreateConcurrencyException) |
Constructor and Description |
---|
CreateHttpJsonRequestParams(IHoldProfilingInformation owner,
String url,
HttpMethods method,
RavenJObject metadata,
OperationCredentials credentials,
Convention convention) |
CreateHttpJsonRequestParams(IHoldProfilingInformation owner,
String url,
HttpMethods method,
RavenJObject metadata,
OperationCredentials credentials,
Convention convention,
Long timeout) |
Modifier and Type | Method and Description |
---|---|
String |
JavaClassFinder.find(String id,
RavenJObject doc,
RavenJObject metadata) |
Modifier and Type | Field and Description |
---|---|
protected Function1<Reference<RavenJObject>,Boolean> |
AbstractDocumentQuery.afterStreamExecutedCallback |
protected IdentityHashMap<Object,RavenJObject> |
EntityToJson.cachedJsonDocs |
Modifier and Type | Method and Description |
---|---|
RavenJObject |
EntityToJson.convertEntityToJson(String key,
Object entity,
RavenJObject metadata) |
RavenJObject |
DocumentMetadata.getMetadata() |
<T> RavenJObject |
InMemoryDocumentSessionOperations.getMetadataFor(T instance)
Gets the metadata for the specified entity.
|
RavenJObject |
DocumentMetadata.getOriginalMetadata() |
RavenJObject |
DocumentMetadata.getOriginalValue() |
Modifier and Type | Method and Description |
---|---|
IdentityHashMap<Object,RavenJObject> |
EntityToJson.getCachedJsonDocs() |
Subscription<RavenJObject> |
IReliableSubscriptions.open(long id,
SubscriptionConnectionOptions options)
It opens a subscription and starts pulling documents since a last processed document for that subscription (in document's Etag order).
|
Subscription<RavenJObject> |
DocumentSubscriptions.open(long id,
SubscriptionConnectionOptions options) |
Subscription<RavenJObject> |
IReliableSubscriptions.open(long id,
SubscriptionConnectionOptions options,
String database)
It opens a subscription and starts pulling documents since a last processed document for that subscription (in document's Etag order).
|
Subscription<RavenJObject> |
DocumentSubscriptions.open(long id,
SubscriptionConnectionOptions options,
String database) |
Modifier and Type | Method and Description |
---|---|
void |
BulkInsertOperation.BeforeEntityInsert.apply(String id,
RavenJObject data,
RavenJObject metadata) |
RavenJObject |
EntityToJson.convertEntityToJson(String key,
Object entity,
RavenJObject metadata) |
Object |
InMemoryDocumentSessionOperations.convertToEntity(Class<?> entityType,
String id,
RavenJObject documentFound,
RavenJObject metadata,
boolean isStreaming)
Converts the json document to an entity.
|
static void |
InMemoryDocumentSessionOperations.ensureNotReadVetoed(RavenJObject metadata) |
String |
DocumentConvention.getJavaClass(String id,
RavenJObject document,
RavenJObject metadata)
Get the java class (if exists) from the document
|
protected void |
InMemoryDocumentSessionOperations.handleInternalMetadata(RavenJObject result) |
Object |
InMemoryDocumentSessionOperations.projectionToInstance(RavenJObject y,
Class<?> type) |
void |
DocumentMetadata.setMetadata(RavenJObject metadata) |
void |
DocumentMetadata.setOriginalMetadata(RavenJObject originalMetadata) |
void |
DocumentMetadata.setOriginalValue(RavenJObject originalValue) |
void |
BulkInsertOperation.store(RavenJObject document,
RavenJObject metadata,
String id) |
void |
BulkInsertOperation.store(RavenJObject document,
RavenJObject metadata,
String id,
Integer dataSize) |
protected void |
InMemoryDocumentSessionOperations.storeEntityInUnitOfWork(String id,
Object entity,
Etag etag,
RavenJObject metadata,
boolean forceConcurrencyCheck) |
Object |
InMemoryDocumentSessionOperations.trackEntity(Class<?> entityType,
String key,
RavenJObject document,
RavenJObject metadata,
boolean noTracking)
Tracks the entity.
|
void |
ILowLevelBulkInsertOperation.write(String id,
RavenJObject metadata,
RavenJObject data) |
void |
RemoteBulkInsertOperation.write(String id,
RavenJObject metadata,
RavenJObject data) |
void |
ChunkedRemoteBulkInsertOperation.write(String id,
RavenJObject metadata,
RavenJObject data) |
void |
ILowLevelBulkInsertOperation.write(String id,
RavenJObject metadata,
RavenJObject data,
Integer dataSize) |
void |
RemoteBulkInsertOperation.write(String id,
RavenJObject metadata,
RavenJObject data,
Integer dataSize) |
void |
ChunkedRemoteBulkInsertOperation.write(String id,
RavenJObject metadata,
RavenJObject data,
Integer dataSize) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDocumentQuery.afterStreamExecuted(Function1<Reference<RavenJObject>,Boolean> afterStreamExecutedCallback)
Callback to get the results of the stream
|
void |
AbstractDocumentQuery.invokeAfterStreamExecuted(Reference<RavenJObject> resultRef)
Called externally to raise the after stream executed callback
|
void |
InMemoryDocumentSessionOperations.registerMissingIncludes(Collection<RavenJObject> results,
Collection<String> includes) |
Modifier and Type | Method and Description |
---|---|
<T> T |
QueryOperation.deserialize(Class<T> clazz,
RavenJObject result) |
Modifier and Type | Method and Description |
---|---|
void |
IRavenQueryProvider.afterStreamExecuted(Action1<RavenJObject> afterStreamExecuted)
Callback to get the results of the stream
|
void |
RavenQueryProvider.afterStreamExecuted(Action1<RavenJObject> afterStreamExecutedCallback) |
boolean |
RavenQueryProviderProcessor.renameSingleResult(Reference<RavenJObject> doc) |
Constructor and Description |
---|
RavenQueryProviderProcessor(Class<T> clazz,
IDocumentQueryGenerator queryGenerator,
DocumentQueryCustomizationFactory customizeQuery,
Action1<QueryResult> afterQueryExecuted,
Action1<RavenJObject> afterStreamExecuted,
String indexName,
Set<String> fieldsToFetch,
List<RenamedField> fieldsToRename,
boolean isMapReduce,
String resultsTransformer,
Map<String,RavenJToken> transformerParameters,
Class originalType) |
Modifier and Type | Method and Description |
---|---|
void |
IDocumentConversionListener.afterConversionToDocument(String key,
Object entity,
RavenJObject document,
RavenJObject metadata)
Called after having converted an entity to a document and metadata
|
void |
IDocumentConversionListener.afterConversionToEntity(String key,
RavenJObject document,
RavenJObject metadata,
Object entity)
Called before converting a document and metadata to an entity
|
void |
IDocumentStoreListener.afterStore(String key,
Object entityInstance,
RavenJObject metadata)
Invoked after the store request is sent to the server.
|
void |
IDocumentConversionListener.beforeConversionToDocument(String key,
Object entity,
RavenJObject metadata)
Called before converting an entity to a document and metadata
|
void |
IDocumentConversionListener.beforeConversionToEntity(String key,
RavenJObject document,
RavenJObject metadata)
Called before converting a document and metadata to an entity
|
void |
IDocumentDeleteListener.beforeDelete(String key,
Object entityInstance,
RavenJObject metadata)
Invoked before the delete request is sent to the server.
|
boolean |
IDocumentStoreListener.beforeStore(String key,
Object entityInstance,
RavenJObject metadata,
RavenJObject original)
Invoked before the store request is sent to the server.
|
Modifier and Type | Method and Description |
---|---|
protected String |
BaseShardedDocumentSession.modifyObjectId(String id,
Object entity,
RavenJObject metadata) |
protected void |
BaseShardedDocumentSession.storeEntityInUnitOfWork(String id,
Object entity,
Etag etag,
RavenJObject metadata,
boolean forceConcurrencyCheck) |
Copyright © 2016. All Rights Reserved.