On Thu, May 22, 2008 at 1:02 PM, Peter Neubauer <[EMAIL PROTECTED]> wrote:
> Hi there, > > On Thu, May 22, 2008 at 8:03 AM, Tobias Ivarsson > <[EMAIL PROTECTED]> wrote: > > Last night (Swedish time) I published bindings for using Neo4J as an > > EntityStore in Qi4j. > Cool! > > > The state of these bindings is: > > * There is a working implementation that modifies the node space > directly, > > this implementation requires an open transaction (with the transaction > > manager associated with Neo) while operating on the Entities. > This means UnitOfWork is not used at all for this? How do these two relate? UnitOfWork is still used, and you can have one or many units of work within one transaction. The preferred number most often being one. It is also possible, but discouraged, to have one or more transactions within one unit of work. -- Tobias Ivarsson <[EMAIL PROTECTED]> Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857
_______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

