Package org.dspace.harvest.dao.impl
Class HarvestedItemDAOImpl
java.lang.Object
org.dspace.core.AbstractHibernateDAO<HarvestedItem>
org.dspace.harvest.dao.impl.HarvestedItemDAOImpl
- All Implemented Interfaces:
GenericDAO<HarvestedItem>,HarvestedItemDAO
public class HarvestedItemDAOImpl
extends AbstractHibernateDAO<HarvestedItem>
implements HarvestedItemDAO
Hibernate implementation of the Database Access Object interface class for the HarvestedItem object.
This class is responsible for all database calls for the HarvestedItem object and is autowired by spring
This class should never be accessed directly.
- Author:
- kevinvandevelde at atmire.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByItem(Context context, Item item) findByOAIId(Context context, String itemOaiID, Collection collection) Methods inherited from class org.dspace.core.AbstractHibernateDAO
count, count, countLong, create, createQuery, createQuery, delete, executeCriteriaQuery, findAll, findAll, findByID, findByID, findByID, findByX, findMany, findMany, findUnique, getCriteriaBuilder, getCriteriaQuery, getHibernateSession, iterate, list, list, list, list, save, singleResult, singleResult, uniqueResult, uniqueResult
-
Constructor Details
-
HarvestedItemDAOImpl
protected HarvestedItemDAOImpl()
-
-
Method Details
-
findByItem
- Specified by:
findByItemin interfaceHarvestedItemDAO- Throws:
SQLException
-
findByOAIId
public HarvestedItem findByOAIId(Context context, String itemOaiID, Collection collection) throws SQLException - Specified by:
findByOAIIdin interfaceHarvestedItemDAO- Throws:
SQLException
-