Uses of Class
com.arangodb.entity.DocumentCreateEntity
Packages that use DocumentCreateEntity
-
Uses of DocumentCreateEntity in com.arangodb
Methods in com.arangodb that return DocumentCreateEntityModifier and TypeMethodDescriptionArangoCollection.insertDocument(Object value) Creates a new document from the given document, unless there is already a document with the _key given.<T> DocumentCreateEntity<T>ArangoCollection.insertDocument(T value, DocumentCreateOptions options) Creates a new document from the given document, unless there is already a document with the _key given.<T> DocumentCreateEntity<T>ArangoCollection.insertDocument(T value, DocumentCreateOptions options, Class<T> type) Creates a new document from the given document, unless there is already a document with the _key given.Methods in com.arangodb that return types with arguments of type DocumentCreateEntityModifier and TypeMethodDescriptionArangoCollectionAsync.insertDocument(Object value) Asynchronous version ofArangoCollection.insertDocument(Object)ArangoCollectionAsync.insertDocument(T value, DocumentCreateOptions options) Asynchronous version ofArangoCollection.insertDocument(Object, DocumentCreateOptions)ArangoCollectionAsync.insertDocument(T value, DocumentCreateOptions options, Class<T> type) Asynchronous version ofArangoCollection.insertDocument(Object, DocumentCreateOptions, Class)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.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)