Class DOIDAOImpl

  • All Implemented Interfaces:
    GenericDAO<DOI>, DOIDAO

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