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_keyfrom the collection.<T> MultiDocumentEntity<T>ArangoCollection.getDocuments(Iterable<String> keys, Class<T> type, DocumentReadOptions options) Retrieves multiple documents with the given_keyfrom 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)