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 DAOCollectionCoreFactory

All Superinterfaces:
DAOCollectionFactory, DAOCoreFactory, DAOFactory, DAOSpeciesFactory

public interface DAOCollectionCoreFactory
extends DAOCollectionFactory, DAOCoreFactory

Author:
paterson

Method Summary
 uk.ac.roslin.ensembl.model.database.CollectionCoreDatabase getDatabase()
           
 
Methods inherited from interface uk.ac.roslin.ensembl.dao.factory.DAOCollectionFactory
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, getDatabaseName, getDBType, getDBVersion, getEnsemblSchemaVersion, getMybatisSchemaFilePath, getNewSqlSession, getRegistry, setDatabaseName, setDBType, setDBVersion, setEnsemblSchemaVersion, setMybatisSchemaFilePath
 
Methods inherited from interface uk.ac.roslin.ensembl.dao.factory.DAOCoreFactory
getAssemblyDAO, getChromosomeDAO, getComparaFactory, getCoordinateSystemDAO, getExonDAO, getGeneDAO, getProteinFeatureDAO, getSequenceDAO, getTranscriptDAO, getTranslationDAO
 

Method Detail

getDatabase

uk.ac.roslin.ensembl.model.database.CollectionCoreDatabase getDatabase()
Specified by:
getDatabase in interface DAOFactory

Ensembl Data Access Interface
v1.09

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