I defined an attribute on a vertex type in a graph database through the 
orient studio(Linked_Class = E). I enabled the "heavyweight" 
edges(useLightweightEdges=false). Then there's Scala code that uses the 
blueprints API to set the property as a:

 ov.setProperty("AttackEdge", emap.toArray[OIdentifiable])




On Saturday, December 13, 2014 3:26:49 PM UTC-5, Lvc@ wrote:
Hi Matt,
How did you create such LINKLIST? 


Lvc@




On 12 December 2014 at 18:36, Matt Woodyard <[email protected] 
<javascript:>> wrote:
I have a field on my object that is a LINKLIST, that list is used to store 
edges. I'm was expecting that when I deleted the edge (or one of the nodes 
in the edge caused a deletion of the edge) it would also be cleaned up in 
the LINKLIST. This doesn't appear to be the case. 


I need to associate a list of edges (a path) with some other properties, is 
there a better way to store this than using a LINKLIST? Is there someway I 
can hook edge deletion to make sure I get this cleaned?


matt



-- 

--- 
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] <javascript:>.
For more options, visit https://groups.google.com/d/optout.

-- 

--- 
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/d/optout.

Reply via email to