Hi,

I'm retrieving a document from an index (works fine):

entities = 
entityBaseClass.getClassIndex(GraphModel.IDX_ENTITY_REFERENCE).getEntries(references);


Calling the getVertex with the ODocument item returns null:

for (ODocument entityDocument : entities) {

    OrientVertex oEntity = graph.getVertex(entityDocument.getIdentity());


I need and OrientVertex instance to work with and there is no obvious way 
to cast ODocument to OrientVertex.

I find no form of this that works: OrientVertex oEntity = 
entityDocument.getRecord();


Thank you.
  -Stefán

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to