static String |
GraphQueryUtil.createEdgeQuery(ArangoDriver driver,
String graphName,
Object vertexExample,
GraphEdgesOptions graphEdgesOptions,
MapBuilder bindVars) |
static String |
GraphQueryUtil.createShortestPathQuery(ArangoDriver driver,
String database,
String graphName,
Object startVertexExample,
Object endVertexExample,
ShortestPathOptions shortestPathOptions,
Class<?> vertexClass,
Class<?> edgeClass,
MapBuilder bindVars) |
static String |
GraphQueryUtil.createVerticesQuery(ArangoDriver driver,
String graphName,
Object vertexExample,
GraphVerticesOptions graphVerticesOptions,
MapBuilder bindVars) |
protected void |
AbstractOptions.putAttribute(MapBuilder object,
String key,
Object value) |
protected void |
AbstractOptions.putAttributeCollection(MapBuilder object,
String key,
List<?> value) |
protected void |
AbstractOptions.putAttributeToLower(MapBuilder object,
String key,
Object value) |