Uses of Class
com.arangodb.entity.EdgeEntity
Packages that use EdgeEntity
-
Uses of EdgeEntity in com.arangodb
Methods in com.arangodb that return EdgeEntityModifier and TypeMethodDescriptionArangoEdgeCollection.insertEdge
(Object value) Creates a new edge in the collectionArangoEdgeCollection.insertEdge
(Object value, EdgeCreateOptions options) Creates a new edge in the collectionMethods in com.arangodb that return types with arguments of type EdgeEntityModifier and TypeMethodDescriptionArangoEdgeCollectionAsync.insertEdge
(Object value) Asynchronous version ofArangoEdgeCollection.insertEdge(Object)
ArangoEdgeCollectionAsync.insertEdge
(Object value, EdgeCreateOptions options) Asynchronous version ofArangoEdgeCollection.insertEdge(Object, EdgeCreateOptions)