morphia icon indicating copy to clipboard operation
morphia copied to clipboard

Lifecycle @PostLoad not called during a find operation

Open bpappin opened this issue 11 years ago • 0 comments

I'm got a situation where a watcher updates a legacy object if it loads and is missing some data, however if its loaded by a query first with the find method, the entity is now "fixed" before it gets to the system and I get an exception about the missing field from mongo.

bpappin avatar Nov 27 '13 22:11 bpappin