> Marko,
> this is by design. Deleted elements are marked as deleted during the
> current TX and deleted upon commit. They could be deleted directly,
> but both designs have their pros and cons, so we chose the former.
> Cheers,
> /peter neubauer
> G: neubauer.peter
> S: peter.neubauer
> P: +46 704 106975
> L: http://www.linkedin.com/in/neubauer
> T: @peterneubauer
> If you can write, you can code - @coderdojomalmo
> If you can sketch, you can use a graph database - @neo4j
> On Fri, May 11, 2012 at 9:01 PM, Marko Rodriguez <okramma...@gmail.com>
> wrote:
> > Hello,
> > How do I iterate through all nodes and be respective of any node
> deletions I made in the current transaction?
> > As it stands, it seems that
> > GlobalGraphOperations.at(rawGraph).getAllNodes()
> > ..doesn't respect the current transaction's view.
> > Thoughts?,
> > Marko.
> > http://markorodriguez.com