Class GoldenPathQueryFactoryImpl
java.lang.Object
ubic.gemma.core.goldenpath.GoldenPathQueryFactoryImpl
- All Implemented Interfaces:
GoldenPathQueryFactory
Default
GoldenPathQueryFactory that constructs a real
GoldenPathQuery bound to the configured GoldenPath database for
the supplied taxon.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GoldenPathQueryFactoryImpl
public GoldenPathQueryFactoryImpl()
-
-
Method Details
-
create
Description copied from interface:GoldenPathQueryFactoryConstruct a newGoldenPathQueryfor the given taxon.The returned instance holds JDBC resources and must be closed by the caller.
- Specified by:
createin interfaceGoldenPathQueryFactory- Parameters:
taxon- the taxon whose GoldenPath database should back the query- Returns:
- a new, open
GoldenPathQuery
-