Hi guys,

I'm using the 1.7.8 ObjectDatabase.

I face a problem when I remove elements of a collection.
Let's assume 2 POJOs A, B and A has a collection of B's, let's say a Set.

If I delete B's that are elements of the Set in A, the edges of the 
association seem not to be removed.
If I iterate over the Set later on, I get null elements.

Of course, I can remove the B's explicitly from the Set, but from my point 
of view, this should not be necessary.
Once a vertex on one end of an edge is removed, I believe the edge should 
be removed as well (it doesn't make sense to have loose ends).

Do I do something wrong, or is that the current behavior.

Thanks,
Markus

-- 

--- 
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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to