Uses of Class
com.arangodb.entity.EdgeEntity
-
Packages that use EdgeEntity Package Description com.arangodb -
-
Uses of EdgeEntity in com.arangodb
Methods in com.arangodb that return EdgeEntity Modifier and Type Method Description EdgeEntity
ArangoEdgeCollection. insertEdge(Object value)
Creates a new edge in the collectionEdgeEntity
ArangoEdgeCollection. insertEdge(Object value, EdgeCreateOptions options)
Creates a new edge in the collectionMethods in com.arangodb that return types with arguments of type EdgeEntity Modifier and Type Method Description CompletableFuture<EdgeEntity>
ArangoEdgeCollectionAsync. insertEdge(Object value)
Asynchronous version ofArangoEdgeCollection.insertEdge(Object)
CompletableFuture<EdgeEntity>
ArangoEdgeCollectionAsync. insertEdge(Object value, EdgeCreateOptions options)
Asynchronous version ofArangoEdgeCollection.insertEdge(Object, EdgeCreateOptions)
-