Class BlatAssociationDaoImpl

java.lang.Object
ubic.gemma.persistence.service.AbstractDao<BlatAssociation>
ubic.gemma.persistence.service.genome.sequenceAnalysis.BlatAssociationDaoImpl
All Implemented Interfaces:
BaseDao<BlatAssociation>, BlatAssociationDao

@Repository public class BlatAssociationDaoImpl extends AbstractDao<BlatAssociation> implements BlatAssociationDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type BlatAssociation.

See Also: