Uses of Class
com.arangodb.entity.VertexEntity
Packages that use VertexEntity
-
Uses of VertexEntity in com.arangodb
Methods in com.arangodb that return VertexEntityModifier and TypeMethodDescriptionArangoVertexCollection.insertVertex
(Object value) Creates a new vertex in the collectionArangoVertexCollection.insertVertex
(Object value, VertexCreateOptions options) Creates a new vertex in the collectionMethods in com.arangodb that return types with arguments of type VertexEntityModifier and TypeMethodDescriptionArangoVertexCollectionAsync.insertVertex
(Object value) Asynchronous version ofArangoVertexCollection.insertVertex(Object)
ArangoVertexCollectionAsync.insertVertex
(Object value, VertexCreateOptions options) Asynchronous version ofArangoVertexCollection.insertVertex(Object, VertexCreateOptions)
-
Uses of VertexEntity in com.arangodb.internal
Methods in com.arangodb.internal that return VertexEntityModifier and TypeMethodDescriptionArangoVertexCollectionImpl.insertVertex
(Object value) ArangoVertexCollectionImpl.insertVertex
(Object value, VertexCreateOptions options) Methods in com.arangodb.internal that return types with arguments of type VertexEntityModifier and TypeMethodDescriptionArangoVertexCollectionAsyncImpl.insertVertex
(Object value) ArangoVertexCollectionAsyncImpl.insertVertex
(Object value, VertexCreateOptions options) protected ArangoExecutor.ResponseDeserializer<VertexEntity>
InternalArangoVertexCollection.insertVertexResponseDeserializer()