Class CommunityDAOImpl

All Implemented Interfaces:
CommunityDAO, DSpaceObjectDAO<Community>, DSpaceObjectLegacySupportDAO<Community>, GenericDAO<Community>

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