Interface ChromosomeDao
-
- All Superinterfaces:
BaseDao<Chromosome>
- All Known Implementing Classes:
ChromosomeDaoImpl
public interface ChromosomeDao extends BaseDao<Chromosome>
- See Also:
Chromosome
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Chromosome>
find(String name, Taxon taxon)
-
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, update
-
-
-
-
Method Detail
-
find
Collection<Chromosome> find(String name, Taxon taxon)
-
-