Uses of Class
com.c8db.entity.DocumentCreateEntity
-
Packages that use DocumentCreateEntity Package Description com.c8db com.c8db.internal -
-
Uses of DocumentCreateEntity in com.c8db
Methods in com.c8db that return DocumentCreateEntity Modifier and Type Method Description <T> DocumentCreateEntity<T>C8Collection. insertDocument(T value)Creates a new document from the given document, unless there is already a document with the _key given.<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.Methods in com.c8db that return types with arguments of type DocumentCreateEntity Modifier and Type Method Description <T> MultiDocumentEntity<DocumentCreateEntity<T>>C8Collection. insertDocuments(Collection<T> values)Creates new documents from the given documents, 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 DocumentCreateEntity in com.c8db.internal
Methods in com.c8db.internal that return DocumentCreateEntity Modifier and Type Method Description <T> DocumentCreateEntity<T>C8CollectionImpl. insertDocument(T value)<T> DocumentCreateEntity<T>C8CollectionImpl. insertDocument(T value, DocumentCreateOptions options)Methods in com.c8db.internal that return types with arguments of type DocumentCreateEntity Modifier and Type Method Description protected <T> C8Executor.ResponseDeserializer<DocumentCreateEntity<T>>InternalC8Collection. insertDocumentResponseDeserializer(T value, DocumentCreateOptions options)<T> MultiDocumentEntity<DocumentCreateEntity<T>>C8CollectionImpl. insertDocuments(Collection<T> values)<T> MultiDocumentEntity<DocumentCreateEntity<T>>C8CollectionImpl. insertDocuments(Collection<T> values, DocumentCreateOptions options)protected <T> C8Executor.ResponseDeserializer<MultiDocumentEntity<DocumentCreateEntity<T>>>InternalC8Collection. insertDocumentsResponseDeserializer(Collection<T> values, DocumentCreateOptions params)
-