public class OGraphCommands extends Object
Constructor and Description |
---|
OGraphCommands() |
Modifier and Type | Method and Description |
---|---|
static com.orientechnologies.orient.core.record.OVertex |
getVertexByIndexedKey(com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph,
String[] keys,
String[] values,
String vertexClassName)
The method performs a lookup on the passed ODatabaseDocument for a OVertex, starting from a record and from a vertex type.
|
static com.orientechnologies.orient.core.sql.executor.OResultSet |
getVertices(com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph,
String vertexClassName,
String[] keys,
String[] values) |
public static com.orientechnologies.orient.core.record.OVertex getVertexByIndexedKey(com.orientechnologies.orient.core.db.document.ODatabaseDocument orientGraph, String[] keys, String[] values, String vertexClassName)
orientGraph
- keys
- values
- vertexClassName
- Copyright © 2015–2020 OrientDB. All rights reserved.