Closed GoogleCodeExporter closed 9 years ago
I should add...
The builder is mutable, but also provides a clone() method. I use this when
supplying the builder to a complex operation. It first clone()'s the
QueryBuilder so it can freely modify the parameters while doing it's work. In
the course of it's operation it creates and executes several queries based on
the original parameters.
Original comment by mark.ren...@gmail.com
on 3 Oct 2010 at 6:17
Someone please take a look at this? It would be great to get this merged!
Original comment by mark.ren...@gmail.com
on 9 Jan 2011 at 5:59
I'll look into it after I finish the async stuff...
Original comment by lhori...@gmail.com
on 11 Jan 2011 at 2:53
Objectify's Query API changed significantly in v4. It now provides immutable
objects which work very similar to this. Closing as Fixed.
Original comment by lhori...@gmail.com
on 14 Apr 2014 at 12:05
Original issue reported on code.google.com by
mark.ren...@gmail.com
on 3 Oct 2010 at 6:14Attachments: