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 type
ReferenceAssociation.- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractDao
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ubic.gemma.persistence.service.AbstractDao
countAll, create, create, find, findByProperty, findByPropertyIn, findOneByProperty, findOrCreate, getBatchSize, getElementClass, getEntityName, getIdentifierPropertyName, getSessionFactory, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, streamQuery, update, update
-
Constructor Details
-
ReferenceAssociationDaoImpl
-