| Package | Description |
|---|---|
| com.tinkerpop.blueprints.impls.orient |
| Modifier and Type | Method and Description |
|---|---|
OrientVertexType |
OrientVertexType.addCluster(java.lang.String iClusterName) |
OrientVertexType |
OrientBaseGraph.createVertexType(java.lang.String iClassName)
Creates a new Vertex persistent class.
|
OrientVertexType |
OrientExtendedGraph.createVertexType(java.lang.String iClassName)
Creates a new Vertex persistent class.
|
OrientVertexType |
OrientBaseGraph.createVertexType(java.lang.String iClassName,
int clusters)
Creates a new Vertex persistent class.
|
OrientVertexType |
OrientExtendedGraph.createVertexType(java.lang.String iClassName,
int clusters)
Creates a new Vertex persistent class.
|
OrientVertexType |
OrientBaseGraph.createVertexType(java.lang.String iClassName,
OClass iSuperClass)
Creates a new Vertex persistent class specifying the super class.
|
OrientVertexType |
OrientExtendedGraph.createVertexType(java.lang.String iClassName,
OClass iSuperClass)
Creates a new Vertex persistent class specifying the super class.
|
OrientVertexType |
OrientBaseGraph.createVertexType(java.lang.String iClassName,
OClass iSuperClass,
int clusters)
Creates a new Vertex persistent class specifying the super class.
|
OrientVertexType |
OrientExtendedGraph.createVertexType(java.lang.String iClassName,
OClass iSuperClass,
int clusters)
Creates a new Vertex persistent class specifying the super class.
|
OrientVertexType |
OrientBaseGraph.createVertexType(java.lang.String iClassName,
java.lang.String iSuperClassName)
Creates a new Vertex persistent class specifying the super class.
|
OrientVertexType |
OrientExtendedGraph.createVertexType(java.lang.String iClassName,
java.lang.String iSuperClassName)
Creates a new Vertex persistent class specifying the super class.
|
OrientVertexType |
OrientBaseGraph.createVertexType(java.lang.String iClassName,
java.lang.String iSuperClassName,
int clusters)
Creates a new Vertex persistent class specifying the super class.
|
OrientVertexType |
OrientExtendedGraph.createVertexType(java.lang.String iClassName,
java.lang.String iSuperClassName,
int clusters)
Creates a new Vertex persistent class specifying the super class.
|
OrientVertexType |
OrientVertexType.getSuperClass() |
OrientVertexType |
OrientExtendedVertex.getType()
(Blueprints Extension) Returns the Vertex type as OrientVertexType object.
|
OrientVertexType |
OrientVertex.getType()
(Blueprints Extension) Returns the Vertex type as OrientVertexType object.
|
OrientVertexType |
OrientBaseGraph.getVertexBaseType()
Returns the V persistent class as OrientVertexType instance.
|
OrientVertexType |
OrientExtendedGraph.getVertexBaseType()
Returns the V persistent class as OrientVertexType instance.
|
OrientVertexType |
OrientBaseGraph.getVertexType(java.lang.String iTypeName)
Returns the persistent class for type iTypeName as OrientVertexType instance.
|
OrientVertexType |
OrientExtendedGraph.getVertexType(java.lang.String iTypeName)
Returns the persistent class for type iTypeName as OrientVertexType instance.
|
Copyright © 2009–2023 OrientDB. All rights reserved.