Closed GoogleCodeExporter closed 9 years ago
and if the uninitialized entity is touched, something as LazyInitException
could be raised.
Original comment by paulo.silveira
on 19 Jul 2010 at 8:06
Unfortunately it isn't possible for Objectify to detect uninitialized entity
access without bytecode manipulation or some other post-processing of your
entity classes. The proxies would then present serialization problems and a
whole host of other issues that drag you down the path of JDO.
It's not something we're likely to consider.
However, you can in your own entity code build your own uninitialized entity
access detection. Unfortunately it's laborious and invasive.
Original comment by lhori...@gmail.com
on 19 Jul 2010 at 8:34
Implemented in Objectify4
Original comment by lhori...@gmail.com
on 16 Dec 2011 at 2:25
Original issue reported on code.google.com by
lhori...@gmail.com
on 15 Jun 2010 at 4:50