Class GeneAliasDaoImpl
- java.lang.Object
-
- ubic.gemma.persistence.service.AbstractDao<GeneAlias>
-
- ubic.gemma.persistence.service.genome.gene.GeneAliasDaoImpl
-
- All Implemented Interfaces:
BaseDao<GeneAlias>
,GeneAliasDao
@Repository public class GeneAliasDaoImpl extends AbstractDao<GeneAlias> implements GeneAliasDao
Base Spring DAO Class: is able to create, update, remove, load, and find objects of typeubic.gemma.model.genome.gene.GeneAlias
.- See Also:
GeneAlias
-
-
Field Summary
-
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
log
-
-
Constructor Summary
Constructors Constructor Description GeneAliasDaoImpl(SessionFactory sessionFactory)
-
Method Summary
-
Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, find, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, streamQuery, update, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
GeneAliasDaoImpl
@Autowired public GeneAliasDaoImpl(SessionFactory sessionFactory)
-
-