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)
-
Uses of EdgeEntity in com.arangodb.internal
Methods in com.arangodb.internal that return EdgeEntityModifier and TypeMethodDescriptionArangoEdgeCollectionImpl.insertEdge
(Object value) ArangoEdgeCollectionImpl.insertEdge
(Object value, EdgeCreateOptions options) Methods in com.arangodb.internal that return types with arguments of type EdgeEntityModifier and TypeMethodDescriptionArangoEdgeCollectionAsyncImpl.insertEdge
(Object value) ArangoEdgeCollectionAsyncImpl.insertEdge
(Object value, EdgeCreateOptions options) protected ArangoExecutor.ResponseDeserializer<EdgeEntity>
InternalArangoEdgeCollection.insertEdgeResponseDeserializer()