Class BitstreamFormatDAOImpl

java.lang.Object
org.dspace.core.AbstractHibernateDAO<BitstreamFormat>
org.dspace.content.dao.impl.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