Uses of Class
com.c8db.entity.EdgeEntity
-
Packages that use EdgeEntity Package Description com.c8db com.c8db.internal -
-
Uses of EdgeEntity in com.c8db
Methods in com.c8db that return EdgeEntity Modifier and Type Method Description <T> EdgeEntityC8EdgeCollection. insertEdge(T value)Creates a new edge in the collection<T> EdgeEntityC8EdgeCollection. insertEdge(T value, EdgeCreateOptions options)Creates a new edge in the collection -
Uses of EdgeEntity in com.c8db.internal
Methods in com.c8db.internal that return EdgeEntity Modifier and Type Method Description <T> EdgeEntityC8EdgeCollectionImpl. insertEdge(T value)<T> EdgeEntityC8EdgeCollectionImpl. insertEdge(T value, EdgeCreateOptions options)Methods in com.c8db.internal that return types with arguments of type EdgeEntity Modifier and Type Method Description protected <T> C8Executor.ResponseDeserializer<EdgeEntity>InternalC8EdgeCollection. insertEdgeResponseDeserializer(T value)
-