Re: [basedb-devel] annotationType / Annotation.value

2007-10-18 Thread seth redmond
> > > 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,

Re: [basedb-devel] Sample->labeledExtract->hyb

2007-10-19 Thread seth redmond
} > > public Collection > getChildren() { > return null; > } > } > ); > thanks -s -- Seth Redmond Scientific Programmer, VectorBase Kafatos / Christophide

Re: [basedb-devel] annotationType / Annotation.value

2007-10-19 Thread seth redmond
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: > > > >>