Re: Query by Example

2005-10-03 Thread Thomas Dudziak
On 10/3/05, David Forslund <[EMAIL PROTECTED]> wrote: > This example seems to be in the CVS version of QueryTest but not in > version 1.0.3. Can I assume, though, that it works even though there > is no test for it in 1.0.3? Seems that in the 1.0.x branch, the only test using QueryByExample is t

Re: Query by Example

2005-10-03 Thread David Forslund
This example seems to be in the CVS version of QueryTest but not in version 1.0.3. Can I assume, though, that it works even though there is no test for it in 1.0.3? Thanks, Dave Jakob Braeuchi wrote: hi david, yes there is a basic query by example. see QueryTest testByExample. jakob

Re: Query by Example

2005-10-03 Thread Jakob Braeuchi
hi david, yes there is a basic query by example. see QueryTest testByExample. jakob David Forslund schrieb: Is there a way to do Query By Example with OJB? I would like to partially instantiate the variables (including collections) in an object and have OJB return to me all objects which

Re: Query by Example

2005-10-03 Thread David Forslund
Is there a way to do Query By Example with OJB? I would like to partially instantiate the variables (including collections) in an object and have OJB return to me all objects which match that example. Thanks, Dave - To