Uses of Class
com.arangodb.entity.MultiDocumentEntity
Packages that use MultiDocumentEntity
-
Uses of MultiDocumentEntity in com.arangodb
Methods in com.arangodb that return MultiDocumentEntityModifier and TypeMethodDescriptionArangoCollection.deleteDocuments
(RawData values) Deletes multiple documents from the collection.ArangoCollection.deleteDocuments
(RawData values, DocumentDeleteOptions options) Deletes multiple documents from the collection.ArangoCollection.deleteDocuments
(Iterable<?> values) Deletes multiple documents from the collection.ArangoCollection.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options) Deletes multiple documents from the collection.ArangoCollection.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options, Class<T> type) Deletes multiple documents from the collection.<T> MultiDocumentEntity<T>
ArangoCollection.getDocuments
(Iterable<String> keys, Class<T> type) Retrieves multiple documents with the given_key
from the collection.<T> MultiDocumentEntity<T>
ArangoCollection.getDocuments
(Iterable<String> keys, Class<T> type, DocumentReadOptions options) Retrieves multiple documents with the given_key
from the collection.ArangoCollection.insertDocuments
(RawData values) Creates new documents from the given documents, unless there is already a document with the _key given.ArangoCollection.insertDocuments
(RawData values, DocumentCreateOptions options) Creates new documents from the given documents, unless there is already a document with the _key given.ArangoCollection.insertDocuments
(Iterable<?> values) Creates new documents from the given documents, unless there is already a document with the _key given.ArangoCollection.insertDocuments
(Iterable<?> values, DocumentCreateOptions options) Creates new documents from the given documents, unless there is already a document with the _key given.ArangoCollection.insertDocuments
(Iterable<? extends T> values, DocumentCreateOptions options, Class<T> type) Creates new documents from the given documents, unless there is already a document with the _key given.ArangoCollection.replaceDocuments
(RawData values) Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are specified by the _key attributes in the documents in values.ArangoCollection.replaceDocuments
(RawData values, DocumentReplaceOptions options) Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are specified by the _key attributes in the documents in values.ArangoCollection.replaceDocuments
(Iterable<?> values) Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are specified by the _key attributes in the documents in values.ArangoCollection.replaceDocuments
(Iterable<?> values, DocumentReplaceOptions options) Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are specified by the _key attributes in the documents in values.ArangoCollection.replaceDocuments
(Iterable<? extends T> values, DocumentReplaceOptions options, Class<T> type) Replaces multiple documents in the specified collection with the ones in the values, the replaced documents are specified by the _key attributes in the documents in values.ArangoCollection.updateDocuments
(RawData values) Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.ArangoCollection.updateDocuments
(RawData values, DocumentUpdateOptions options) Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.ArangoCollection.updateDocuments
(Iterable<?> values) Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.ArangoCollection.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options) Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.ArangoCollection.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options, Class<T> returnType) Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.Methods in com.arangodb that return types with arguments of type MultiDocumentEntityModifier and TypeMethodDescriptionArangoCollectionAsync.deleteDocuments
(RawData values) Asynchronous version ofArangoCollection.deleteDocuments(RawData)
ArangoCollectionAsync.deleteDocuments
(RawData values, DocumentDeleteOptions options) Asynchronous version ofArangoCollection.deleteDocuments(RawData, DocumentDeleteOptions)
ArangoCollectionAsync.deleteDocuments
(Iterable<?> values) Asynchronous version ofArangoCollection.deleteDocuments(Iterable)
ArangoCollectionAsync.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options) Asynchronous version ofArangoCollection.deleteDocuments(Iterable, DocumentDeleteOptions)
ArangoCollectionAsync.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options, Class<T> type) Asynchronous version ofArangoCollection.deleteDocuments(Iterable, DocumentDeleteOptions, Class)
<T> CompletableFuture<MultiDocumentEntity<T>>
ArangoCollectionAsync.getDocuments
(Iterable<String> keys, Class<T> type) Asynchronous version ofArangoCollection.getDocuments(Iterable, Class)
<T> CompletableFuture<MultiDocumentEntity<T>>
ArangoCollectionAsync.getDocuments
(Iterable<String> keys, Class<T> type, DocumentReadOptions options) Asynchronous version ofArangoCollection.getDocuments(Iterable, Class, DocumentReadOptions)
ArangoCollectionAsync.insertDocuments
(RawData values) Asynchronous version ofArangoCollection.insertDocuments(RawData)
ArangoCollectionAsync.insertDocuments
(RawData values, DocumentCreateOptions options) Asynchronous version ofArangoCollection.insertDocuments(RawData, DocumentCreateOptions)
ArangoCollectionAsync.insertDocuments
(Iterable<?> values) Asynchronous version ofArangoCollection.insertDocuments(Iterable)
ArangoCollectionAsync.insertDocuments
(Iterable<?> values, DocumentCreateOptions options) Asynchronous version ofArangoCollection.insertDocuments(Iterable, DocumentCreateOptions)
ArangoCollectionAsync.insertDocuments
(Iterable<? extends T> values, DocumentCreateOptions options, Class<T> type) Asynchronous version ofArangoCollection.insertDocuments(Iterable, DocumentCreateOptions, Class)
ArangoCollectionAsync.replaceDocuments
(RawData values) Asynchronous version ofArangoCollection.replaceDocuments(RawData)
ArangoCollectionAsync.replaceDocuments
(RawData values, DocumentReplaceOptions options) Asynchronous version ofArangoCollection.replaceDocuments(RawData, DocumentReplaceOptions)
ArangoCollectionAsync.replaceDocuments
(Iterable<?> values) Asynchronous version ofArangoCollection.replaceDocuments(Iterable)
)}ArangoCollectionAsync.replaceDocuments
(Iterable<?> values, DocumentReplaceOptions options) Asynchronous version ofArangoCollection.replaceDocuments(Iterable, DocumentReplaceOptions)
ArangoCollectionAsync.replaceDocuments
(Iterable<? extends T> values, DocumentReplaceOptions options, Class<T> type) Asynchronous version ofArangoCollection.replaceDocuments(Iterable, DocumentReplaceOptions, Class)
ArangoCollectionAsync.updateDocuments
(RawData values) Asynchronous version ofArangoCollection.updateDocuments(RawData)
ArangoCollectionAsync.updateDocuments
(RawData values, DocumentUpdateOptions options) Asynchronous version ofArangoCollection.updateDocuments(RawData, DocumentUpdateOptions)
ArangoCollectionAsync.updateDocuments
(Iterable<?> values) Asynchronous version ofArangoCollection.updateDocuments(Iterable)
ArangoCollectionAsync.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options) Asynchronous version ofArangoCollection.updateDocuments(Iterable, DocumentUpdateOptions)
ArangoCollectionAsync.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options, Class<T> returnType) Asynchronous version ofArangoCollection.updateDocuments(Iterable, DocumentUpdateOptions, Class)
-
Uses of MultiDocumentEntity in com.arangodb.internal
Methods in com.arangodb.internal that return MultiDocumentEntityModifier and TypeMethodDescriptionArangoCollectionImpl.deleteDocuments
(RawData values) ArangoCollectionImpl.deleteDocuments
(RawData values, DocumentDeleteOptions options) ArangoCollectionImpl.deleteDocuments
(Iterable<?> values) ArangoCollectionImpl.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options) ArangoCollectionImpl.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options, Class<T> type) <T> MultiDocumentEntity<T>
ArangoCollectionImpl.getDocuments
(Iterable<String> keys, Class<T> type) <T> MultiDocumentEntity<T>
ArangoCollectionImpl.getDocuments
(Iterable<String> keys, Class<T> type, DocumentReadOptions options) ArangoCollectionImpl.insertDocuments
(RawData values) ArangoCollectionImpl.insertDocuments
(RawData values, DocumentCreateOptions options) ArangoCollectionImpl.insertDocuments
(Iterable<?> values) ArangoCollectionImpl.insertDocuments
(Iterable<?> values, DocumentCreateOptions options) ArangoCollectionImpl.insertDocuments
(Iterable<? extends T> values, DocumentCreateOptions options, Class<T> type) ArangoCollectionImpl.replaceDocuments
(RawData values) ArangoCollectionImpl.replaceDocuments
(RawData values, DocumentReplaceOptions options) ArangoCollectionImpl.replaceDocuments
(Iterable<?> values) ArangoCollectionImpl.replaceDocuments
(Iterable<?> values, DocumentReplaceOptions options) ArangoCollectionImpl.replaceDocuments
(Iterable<? extends T> values, DocumentReplaceOptions options, Class<T> type) ArangoCollectionImpl.updateDocuments
(RawData values) ArangoCollectionImpl.updateDocuments
(RawData values, DocumentUpdateOptions options) ArangoCollectionImpl.updateDocuments
(Iterable<?> values) ArangoCollectionImpl.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options) ArangoCollectionImpl.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options, Class<T> returnType) Methods in com.arangodb.internal that return types with arguments of type MultiDocumentEntityModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.deleteDocuments
(RawData values) ArangoCollectionAsyncImpl.deleteDocuments
(RawData values, DocumentDeleteOptions options) ArangoCollectionAsyncImpl.deleteDocuments
(Iterable<?> values) ArangoCollectionAsyncImpl.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options) ArangoCollectionAsyncImpl.deleteDocuments
(Iterable<?> values, DocumentDeleteOptions options, Class<T> type) protected <T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<DocumentDeleteEntity<T>>>
InternalArangoCollection.deleteDocumentsResponseDeserializer
(Class<T> userDataClass) <T> CompletableFuture<MultiDocumentEntity<T>>
ArangoCollectionAsyncImpl.getDocuments
(Iterable<String> keys, Class<T> type) <T> CompletableFuture<MultiDocumentEntity<T>>
ArangoCollectionAsyncImpl.getDocuments
(Iterable<String> keys, Class<T> type, DocumentReadOptions options) protected <T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<T>>
InternalArangoCollection.getDocumentsResponseDeserializer
(Class<T> type) ArangoCollectionAsyncImpl.insertDocuments
(RawData values) ArangoCollectionAsyncImpl.insertDocuments
(RawData values, DocumentCreateOptions options) ArangoCollectionAsyncImpl.insertDocuments
(Iterable<?> values) ArangoCollectionAsyncImpl.insertDocuments
(Iterable<?> values, DocumentCreateOptions options) ArangoCollectionAsyncImpl.insertDocuments
(Iterable<? extends T> values, DocumentCreateOptions options, Class<T> type) protected <T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<DocumentCreateEntity<T>>>
InternalArangoCollection.insertDocumentsResponseDeserializer
(Class<T> userDataClass) ArangoCollectionAsyncImpl.replaceDocuments
(RawData values) ArangoCollectionAsyncImpl.replaceDocuments
(RawData values, DocumentReplaceOptions options) ArangoCollectionAsyncImpl.replaceDocuments
(Iterable<?> values) ArangoCollectionAsyncImpl.replaceDocuments
(Iterable<?> values, DocumentReplaceOptions options) ArangoCollectionAsyncImpl.replaceDocuments
(Iterable<? extends T> values, DocumentReplaceOptions options, Class<T> type) protected <T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<DocumentUpdateEntity<T>>>
InternalArangoCollection.replaceDocumentsResponseDeserializer
(Class<T> returnType) ArangoCollectionAsyncImpl.updateDocuments
(RawData values) ArangoCollectionAsyncImpl.updateDocuments
(RawData values, DocumentUpdateOptions options) ArangoCollectionAsyncImpl.updateDocuments
(Iterable<?> values) ArangoCollectionAsyncImpl.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options) ArangoCollectionAsyncImpl.updateDocuments
(Iterable<?> values, DocumentUpdateOptions options, Class<T> returnType) protected <T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<DocumentUpdateEntity<T>>>
InternalArangoCollection.updateDocumentsResponseDeserializer
(Class<T> returnType)