Justin Lee
Justin Lee
I'm slow getting to this i know but I'm starting to looking at next version issues. The problem with using `@Property` is the default value for boolean has to be...
If you could put together a [reproducer](/morphiaorg/reproducer) I'd be happy to take a look and see.
You need to clone that repository and recreate your bug using that project. Then you can either push it github or zip it and attach it to this issue.
Does @PreSave get you what you want? On Thu, Apr 17, 2014 at 4:00 AM, pfuerholz [email protected] wrote: > As supposed in the Wikihttps://github.com/mongodb/morphia/wiki/LifecycleMethodsI implemented a lastChange timestamp. Now I...
Can you attach a test case so I can see this in action? This might be a case of "works as designed" or it might be an actual bug but...
Bumping to post-1.0 where the mapping/lifecycle bits will get a much more thorough rethinking.
The mapping code will see a major update in 1.4.0. Postponing this issue so it can be addressed in that context.
It turns out the mapping update is in 2.0.0 where this is all redone. This has been working so I'm loathe to introduce such a fundamental change with such high...
The tricky part about that feature is you'd either be recreating indexes every time (terribly expensive) or you'd have to deploy one version passing in true for that boolean and...
perhaps wrap all fetches in a session and key the cache to the session ID. Would put the minimum driver version at 3.8 which is probably ok.