Uses of Class
org.apache.tinkerpop.gremlin.orientdb.OrientVertex
Packages that use OrientVertex
Package
Description
-
Uses of OrientVertex in org.apache.tinkerpop.gremlin.orientdb
Methods in org.apache.tinkerpop.gremlin.orientdb that return OrientVertexModifier and TypeMethodDescriptionOElementFactory.createVertex(String label) OElementFactory.wrapVertex(OVertex vertex) Methods in org.apache.tinkerpop.gremlin.orientdb that return types with arguments of type OrientVertexModifier and TypeMethodDescriptionOGraph.getIndexedVertices(OIndex index, Iterator<Object> valueIter) Deprecated.OrientGraph.getIndexedVertices(OIndex index, Iterator<Object> valueIter) OrientStandardGraph.getIndexedVertices(OIndex index, Iterator<Object> valueIter) Constructors in org.apache.tinkerpop.gremlin.orientdb with parameters of type OrientVertexModifierConstructorDescriptionOrientVertexProperty(String key, V value, OrientVertex vertex) OrientVertexProperty(org.apache.tinkerpop.gremlin.structure.Property<V> property, OrientVertex vertex) -
Uses of OrientVertex in org.apache.tinkerpop.gremlin.orientdb.executor
Methods in org.apache.tinkerpop.gremlin.orientdb.executor that return types with arguments of type OrientVertex