Class DOIDAOImpl

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