|
From: James C. <jim...@do...> - 2004-07-07 10:28:34
|
> -----Original Message----- > Of j=FCrgen h=F6ller [werk3AT] > There's still OJB's full mapping capabilites, just > with explicit store calls. For many applications, this will be all = they > need, respectively even the level they want to work on! Sorry to ask this question without d/l OJB and looking at source, but = I'm real busy right now. I'm really in favor of OJB's explicit store calls, since it allows us to = use our POJO domain objects as state objects without implementing versioning = or some attach/detach behavior. I just wanted to ask if you call = save(entity) on one object, does OJB use persistence by reachability to automatically save all other objects mapped to the entity you persist? Thanks |