Uses of Class
com.c8db.entity.VertexEntity
-
Packages that use VertexEntity Package Description com.c8db com.c8db.internal -
-
Uses of VertexEntity in com.c8db
Methods in com.c8db that return VertexEntity Modifier and Type Method Description <T> VertexEntityC8VertexCollection. insertVertex(T value)Creates a new vertex in the collection<T> VertexEntityC8VertexCollection. insertVertex(T value, VertexCreateOptions options)Creates a new vertex in the collection -
Uses of VertexEntity in com.c8db.internal
Methods in com.c8db.internal that return VertexEntity Modifier and Type Method Description <T> VertexEntityC8VertexCollectionImpl. insertVertex(T value)<T> VertexEntityC8VertexCollectionImpl. insertVertex(T value, VertexCreateOptions options)Methods in com.c8db.internal that return types with arguments of type VertexEntity Modifier and Type Method Description protected <T> C8Executor.ResponseDeserializer<VertexEntity>InternalC8VertexCollection. insertVertexResponseDeserializer(T value)
-