| Package | Description |
|---|---|
| com.tinkerpop.blueprints.impls.orient |
| Modifier and Type | Method and Description |
|---|---|
OrientVertexType |
OrientVertexType.addCluster(String iClusterName) |
OrientVertexType |
OrientVertexType.addCluster(String iClusterName,
OStorage.CLUSTER_TYPE iClusterType) |
OrientVertexType |
OrientBaseGraph.createVertexType(String iClassName)
Creates a new Vertex persistent class.
|
OrientVertexType |
OrientBaseGraph.createVertexType(String iClassName,
OClass iSuperClass)
Creates a new Vertex persistent class specifying the super class.
|
OrientVertexType |
OrientBaseGraph.createVertexType(String iClassName,
String iSuperClassName)
Creates a new Vertex persistent class specifying the super class.
|
OrientVertexType |
OrientVertexType.getSuperClass() |
OrientVertexType |
OrientBaseGraph.getVertexBaseType()
Returns the V persistent class as OrientVertexType instance.
|
OrientVertexType |
OrientBaseGraph.getVertexType(String iTypeName)
Returns the persistent class for type iTypeName as OrientVertexType instance.
|
Copyright © 2009-2014 Orient Technologies. All Rights Reserved.