Re: Spec: retainValues + flush()

2007-08-29 Thread Christiaan
(they transition to hollow)... In the described scenario the already processed nodes are persistent-dirty so they won't become hollow. kind regards, Christiaan -- View this message in context: http://www.nabble.com/Spec%3A-retainValues-%2B-flush%28%29-tf4297510.html#a12383253 Sent from the JDO

Re: [DISCUSS] Evicting dirty instances

2007-10-02 Thread Christiaan
Not sure if this implied by your description, but should the be a mentioning of the retainValues property. I would prefer it this is set to false, the behaviour is exactly the same as commit, meaning that the object will transition to hollow without an explicit evict(). kind regards, Christiaan

Re: getAllReferencingObjects(Object object) request

2007-06-18 Thread Christiaan des Bouvrie
to the getAllReferencingObjects(), but more due to the actual deleting of large collections of objects using pm.deletePersistentAll(). Kind regards, Christiaan

Delete by query

2007-07-19 Thread Christiaan des Bouvrie
to make this happen (eg. delete-action=cascade for the relation table), or should this be done implicitly without specifying any additional info? Kind regards, Christiaan

Re: Delete by query

2007-07-31 Thread Christiaan des Bouvrie
being deleted as well, according to the spec. The reason I asked is that my current jdo vendor requires me to do this and is not convinced the spec is clear about this. Kind regards, Christiaan