|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.fluxion.datapublisher.biomart.impl.BiomartQueryFactory
@ServiceProvider public class BiomartQueryFactory
Javadocs go here.
Constructor Summary | |
---|---|
BiomartQueryFactory()
|
Method Summary | ||
---|---|---|
|
generateQuery(Filter<F> filter)
Create a query that can then be used to obtain data from a database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BiomartQueryFactory()
Method Detail |
---|
public <F> Query<F> generateQuery(Filter<F> filter) throws QueryGenerationException
QueryGenerator
generateQuery(Filter?Foo>)
is called, a
Query?Foo>
will be returned.
generateQuery
in interface QueryGenerator
filter
- the filter to use to make the query
QueryGenerationException
- if there was a probelm generating the
query
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |