Uses of Class
com.c8db.model.DocumentReadOptions
-
Packages that use DocumentReadOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of DocumentReadOptions in com.c8db
Methods in com.c8db with parameters of type DocumentReadOptions Modifier and Type Method Description <T> TC8Collection. getDocument(String key, Class<T> type, DocumentReadOptions options)Retrieves the document with the givenkeyfrom the collection.<T> TC8Database. getDocument(String id, Class<T> type, DocumentReadOptions options)Reads a single document<T> MultiDocumentEntity<T>C8Collection. getDocuments(Collection<String> keys, Class<T> type, DocumentReadOptions options)Retrieves multiple documents with the given_keyfrom the collection.C8EventEntityC8Event. getEvent(String key, DocumentReadOptions options)Retrieves the document with the givenkeyfrom the collection. -
Uses of DocumentReadOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type DocumentReadOptions Modifier and Type Method Description <T> TC8CollectionImpl. getDocument(String key, Class<T> type, DocumentReadOptions options)<T> TC8DatabaseImpl. getDocument(String id, Class<T> type, DocumentReadOptions options)protected RequestInternalC8Collection. getDocumentRequest(String key, DocumentReadOptions options)<T> MultiDocumentEntity<T>C8CollectionImpl. getDocuments(Collection<String> keys, Class<T> type, DocumentReadOptions options)protected RequestInternalC8Collection. getDocumentsRequest(Collection<String> keys, DocumentReadOptions options)protected <T> C8Executor.ResponseDeserializer<MultiDocumentEntity<T>>InternalC8Collection. getDocumentsResponseDeserializer(Class<T> type, DocumentReadOptions options)C8EventEntityC8EventImpl. getEvent(String key, DocumentReadOptions options)protected RequestInternalC8Event. getEventRequest(String key, DocumentReadOptions options) -
Uses of DocumentReadOptions in com.c8db.model
Methods in com.c8db.model that return DocumentReadOptions Modifier and Type Method Description DocumentReadOptionsDocumentReadOptions. catchException(boolean catchException)DocumentReadOptionsDocumentReadOptions. ifMatch(String ifMatch)DocumentReadOptionsDocumentReadOptions. ifNoneMatch(String ifNoneMatch)DocumentReadOptionsDocumentReadOptions. streamTransactionId(String streamTransactionId)
-