Class BitstreamFormatDAOImpl

  • All Implemented Interfaces:
    BitstreamFormatDAO, GenericDAO<BitstreamFormat>

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