Uses of Class
com.arangodb.model.GraphDocumentReadOptions
-
Packages that use GraphDocumentReadOptions Package Description com.arangodb com.arangodb.model -
-
Uses of GraphDocumentReadOptions in com.arangodb
Methods in com.arangodb with parameters of type GraphDocumentReadOptions Modifier and Type Method Description <T> TArangoEdgeCollection. getEdge(String key, Class<T> type, GraphDocumentReadOptions options)Fetches an existing edge<T> TArangoVertexCollection. getVertex(String key, Class<T> type, GraphDocumentReadOptions options)Retrieves the vertex document with the givenkeyfrom the collection. -
Uses of GraphDocumentReadOptions in com.arangodb.model
Methods in com.arangodb.model that return GraphDocumentReadOptions Modifier and Type Method Description GraphDocumentReadOptionsGraphDocumentReadOptions. allowDirtyRead(Boolean allowDirtyRead)GraphDocumentReadOptionsGraphDocumentReadOptions. ifMatch(String ifMatch)GraphDocumentReadOptionsGraphDocumentReadOptions. ifNoneMatch(String ifNoneMatch)GraphDocumentReadOptionsGraphDocumentReadOptions. streamTransactionId(String streamTransactionId)
-