Class SiteDAOImpl

  • All Implemented Interfaces:
    DSpaceObjectDAO<Site>, SiteDAO, GenericDAO<Site>

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