Class BundleDAOImpl

All Implemented Interfaces:
BundleDAO, DSpaceObjectDAO<Bundle>, DSpaceObjectLegacySupportDAO<Bundle>, GenericDAO<Bundle>

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