Greayt! :) Just some small questions from me on the answers :)
"Maintains single identities for objects returned from queries " Jakarta OJB: Yes.. Some of the others mentions sesssion and application scope. How is OBJ handling this ? My guess is that the single identity is only true when using the same PersistenceBroker to get the objects, right ? The same object found by 2 threads/clients using different PersistenceBrokers gott'n from the same pool is not going to have the "uniques"-property, right ? Because if this is true two threads/clients would be able to step on each other toes, right ? I think this one has been mentioned before but can't find the answer to it: Is there any way to programmatically (or statically) say: "Use this query/resultset to load objects of type X instead of the table/view mentioned in repository.xml ?" and if this is true then a subsequent question is: Is there any way to programmatically (or statically) say: "Use this insert-statement to store objects of type X instead of the table/view mentioned in repository.xml ?" /max ----- Original Message ----- From: "Thomas Mahler" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Saturday, September 07, 2002 12:27 PM Subject: Re: Anyone up for a "challange" ? :) > I just filled out the form! > > Max Rydahl Andersen wrote: > > It could be interesting to have someone fillin the missing blanks on this > > url: > > > > http://c2.com/cgi-bin/wiki?CayenneVsOther > > > > /max > > > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
