Class SiteDAOImpl

java.lang.Object
org.dspace.core.AbstractHibernateDAO<Site>
org.dspace.content.dao.impl.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