Uses of Class
com.c8db.model.DocumentCreateOptions
-
Packages that use DocumentCreateOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of DocumentCreateOptions in com.c8db
Methods in com.c8db with parameters of type DocumentCreateOptions Modifier and Type Method Description <T> DocumentCreateEntity<T>C8Collection. insertDocument(T value, DocumentCreateOptions options)Creates a new document from the given document, unless there is already a document with the _key given.<T> MultiDocumentEntity<DocumentCreateEntity<T>>C8Collection. insertDocuments(Collection<T> values, DocumentCreateOptions options)Creates new documents from the given documents, unless there is already a document with the _key given. -
Uses of DocumentCreateOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type DocumentCreateOptions Modifier and Type Method Description <T> DocumentCreateEntity<T>C8CollectionImpl. insertDocument(T value, DocumentCreateOptions options)protected <T> RequestInternalC8Collection. insertDocumentRequest(T value, DocumentCreateOptions options)protected <T> C8Executor.ResponseDeserializer<DocumentCreateEntity<T>>InternalC8Collection. insertDocumentResponseDeserializer(T value, DocumentCreateOptions options)<T> MultiDocumentEntity<DocumentCreateEntity<T>>C8CollectionImpl. insertDocuments(Collection<T> values, DocumentCreateOptions options)protected <T> RequestInternalC8Collection. insertDocumentsRequest(Collection<T> values, DocumentCreateOptions params)protected <T> C8Executor.ResponseDeserializer<MultiDocumentEntity<DocumentCreateEntity<T>>>InternalC8Collection. insertDocumentsResponseDeserializer(Collection<T> values, DocumentCreateOptions params) -
Uses of DocumentCreateOptions in com.c8db.model
Methods in com.c8db.model that return DocumentCreateOptions Modifier and Type Method Description DocumentCreateOptionsDocumentCreateOptions. overwrite(Boolean overwrite)DocumentCreateOptionsDocumentCreateOptions. returnNew(Boolean returnNew)DocumentCreateOptionsDocumentCreateOptions. returnOld(Boolean returnOld)DocumentCreateOptionsDocumentCreateOptions. silent(Boolean silent)DocumentCreateOptionsDocumentCreateOptions. streamTransactionId(String streamTransactionId)DocumentCreateOptionsDocumentCreateOptions. waitForSync(Boolean waitForSync)
-