Class ItemDAOImpl

All Implemented Interfaces:
DSpaceObjectDAO<Item>, DSpaceObjectLegacySupportDAO<Item>, ItemDAO, GenericDAO<Item>

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