Uses of Interface
org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
-
Packages that use XmlWorkflowItemDAO Package Description org.dspace.xmlworkflow.storedcomponents org.dspace.xmlworkflow.storedcomponents.dao.impl -
-
Uses of XmlWorkflowItemDAO in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents declared as XmlWorkflowItemDAO Modifier and Type Field Description protected XmlWorkflowItemDAOXmlWorkflowItemServiceImpl. xmlWorkflowItemDAO -
Uses of XmlWorkflowItemDAO in org.dspace.xmlworkflow.storedcomponents.dao.impl
Classes in org.dspace.xmlworkflow.storedcomponents.dao.impl that implement XmlWorkflowItemDAO Modifier and Type Class Description classXmlWorkflowItemDAOImplHibernate implementation of the Database Access Object interface class for the XmlWorkflowItem object.
-