Ensembl Data Access Interface v1.09
© Roslin Institute 2010. GNU General Public License, version3
Ensembl Data Access Interface
v1.09

uk.ac.roslin.ensembl.dao.factory
Interface DAOCollectionFactory

All Superinterfaces:
DAOFactory, DAOSpeciesFactory
All Known Subinterfaces:
DAOCollectionCoreFactory, DAOCollectionFuncgenFactory, DAOCollectionVariationFactory

public interface DAOCollectionFactory
extends DAOSpeciesFactory

Author:
paterson

Method Summary
 uk.ac.roslin.ensembl.model.core.CollectionSpecies getSpecies()
           
 
Methods inherited from interface uk.ac.roslin.ensembl.dao.factory.DAOSpeciesFactory
setSpecies
 
Methods inherited from interface uk.ac.roslin.ensembl.dao.factory.DAOFactory
getConfiguration, getDatabase, getDatabaseName, getDBType, getDBVersion, getEnsemblSchemaVersion, getMybatisSchemaFilePath, getNewSqlSession, getRegistry, setDatabaseName, setDBType, setDBVersion, setEnsemblSchemaVersion, setMybatisSchemaFilePath
 

Method Detail

getSpecies

uk.ac.roslin.ensembl.model.core.CollectionSpecies getSpecies()
Specified by:
getSpecies in interface DAOSpeciesFactory

Ensembl Data Access Interface
v1.09

Ensembl Data Access Interface v1.09
© Roslin Institute 2010. GNU General Public License, version3