Class BitstreamDAOImpl

All Implemented Interfaces:
BitstreamDAO, DSpaceObjectDAO<Bitstream>, DSpaceObjectLegacySupportDAO<Bitstream>, GenericDAO<Bitstream>

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