Class XmlWorkflowItemDAOImpl

java.lang.Object
org.dspace.core.AbstractHibernateDAO<XmlWorkflowItem>
org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
All Implemented Interfaces:
GenericDAO<XmlWorkflowItem>, XmlWorkflowItemDAO

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