>
>
> ItemResultList eList =
> annoQuery.list(dc);
The code for the second is identical apart from the join and the
extra restriction on annotationtype.name, however whilst the first
returns what I expect, the second brings back all the annotations
with the relevant value,
}
>
> public Collection
> getChildren() {
> return null;
> }
> }
> );
>
thanks
-s
--
Seth Redmond
Scientific Programmer, VectorBase
Kafatos / Christophide
wrote:
> seth redmond wrote:
>> I have two different functions, one to return annotations with a
>> given type and a given value, another to return all annotations with
>> a given value (of any annotation type).
>> the code for the first is below:
>
>
>
>>