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)
-
Uses of DocumentCreateEntity in com.arangodb.internal
Methods in com.arangodb.internal that return DocumentCreateEntityModifier and TypeMethodDescriptionArangoCollectionImpl.insertDocument
(Object value) <T> DocumentCreateEntity<T>
ArangoCollectionImpl.insertDocument
(T value, DocumentCreateOptions options) <T> DocumentCreateEntity<T>
ArangoCollectionImpl.insertDocument
(T value, DocumentCreateOptions options, Class<T> type) Methods in com.arangodb.internal that return types with arguments of type DocumentCreateEntityModifier and TypeMethodDescriptionArangoCollectionAsyncImpl.insertDocument
(Object value) ArangoCollectionAsyncImpl.insertDocument
(T value, DocumentCreateOptions options) ArangoCollectionAsyncImpl.insertDocument
(T value, DocumentCreateOptions options, 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) 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) protected <T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<DocumentCreateEntity<T>>>
InternalArangoCollection.insertDocumentsResponseDeserializer
(Class<T> userDataClass)