Class HarvestedItemDAOImpl

  • All Implemented Interfaces:
    GenericDAO<HarvestedItem>, HarvestedItemDAO

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