[appengine-java] Re: Objectify is there NontransactionalWrite/Read setting?

2010-05-14 Thread Toby
Hello Jeff, Thank you for your advice. I actually do not need transactions so it is perfect for me that this is the default. I do not need strong consistency. This might speed up things a bit? I use DAOBase, how would I need configure this? Thanks, Toby p.s. the consistency thing might be worth

Re: [appengine-java] Re: Objectify is there NontransactionalWrite/Read setting?

2010-05-14 Thread Jeff Schnitzer
I just modified DAOBase to make it easier to pass in an ObjectifyOpts. You can either grab that from subversion or make your own copy; DAOBase is only a handful of lines of code and really just serves as an example of one useful way of using Objectify.