Uses of Class
com.arangodb.entity.VertexEntity
-
Packages that use VertexEntity Package Description com.arangodb -
-
Uses of VertexEntity in com.arangodb
Methods in com.arangodb that return VertexEntity Modifier and Type Method Description VertexEntityArangoVertexCollection. insertVertex(Object value)Creates a new vertex in the collectionVertexEntityArangoVertexCollection. insertVertex(Object value, VertexCreateOptions options)Creates a new vertex in the collectionMethods in com.arangodb that return types with arguments of type VertexEntity Modifier and Type Method Description CompletableFuture<VertexEntity>ArangoVertexCollectionAsync. insertVertex(Object value)Asynchronous version ofArangoVertexCollection.insertVertex(Object)CompletableFuture<VertexEntity>ArangoVertexCollectionAsync. insertVertex(Object value, VertexCreateOptions options)Asynchronous version ofArangoVertexCollection.insertVertex(Object, VertexCreateOptions)
-