Class HarvestedCollectionDAOImpl

java.lang.Object
org.dspace.core.AbstractHibernateDAO<HarvestedCollection>
org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
All Implemented Interfaces:
GenericDAO<HarvestedCollection>, HarvestedCollectionDAO

public class HarvestedCollectionDAOImpl extends AbstractHibernateDAO<HarvestedCollection> implements HarvestedCollectionDAO
Hibernate implementation of the Database Access Object interface class for the HarvestedCollection object. This class is responsible for all database calls for the HarvestedCollection object and is autowired by spring This class should never be accessed directly.
Author:
kevinvandevelde at atmire.com