Class WorkflowItemRoleDAOImpl

java.lang.Object
org.dspace.core.AbstractHibernateDAO<WorkflowItemRole>
org.dspace.xmlworkflow.storedcomponents.dao.impl.WorkflowItemRoleDAOImpl
All Implemented Interfaces:
GenericDAO<WorkflowItemRole>, WorkflowItemRoleDAO

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