Class ReferenceAssociationDaoImpl
- java.lang.Object
-
- ubic.gemma.persistence.service.AbstractDao<ReferenceAssociation>
-
- ubic.gemma.persistence.service.association.ReferenceAssociationDaoImpl
-
- All Implemented Interfaces:
ReferenceAssociationDao
,BaseDao<ReferenceAssociation>
@Repository public class ReferenceAssociationDaoImpl extends AbstractDao<ReferenceAssociation> implements ReferenceAssociationDao
Base Spring DAO Class: is able to create, update, remove, load, and find objects of typeReferenceAssociation
.- See Also:
ReferenceAssociation
-
-
Field Summary
-
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
elementClass, log
-
-
Constructor Summary
Constructors Constructor Description ReferenceAssociationDaoImpl(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, remove, remove, remove, save, save, 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, remove, remove, remove, save, save, update, update
-
-
-
-
Constructor Detail
-
ReferenceAssociationDaoImpl
@Autowired public ReferenceAssociationDaoImpl(SessionFactory sessionFactory)
-
-