Class CollectionDAOImpl

All Implemented Interfaces:
CollectionDAO, DSpaceObjectDAO<Collection>, DSpaceObjectLegacySupportDAO<Collection>, GenericDAO<Collection>

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