Uses of Interface
org.dspace.xmlworkflow.storedcomponents.dao.InProgressUserDAO
-
Packages that use InProgressUserDAO Package Description org.dspace.xmlworkflow.storedcomponents org.dspace.xmlworkflow.storedcomponents.dao.impl -
-
Uses of InProgressUserDAO in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents declared as InProgressUserDAO Modifier and Type Field Description protected InProgressUserDAOInProgressUserServiceImpl. inProgressUserDAO -
Uses of InProgressUserDAO in org.dspace.xmlworkflow.storedcomponents.dao.impl
Classes in org.dspace.xmlworkflow.storedcomponents.dao.impl that implement InProgressUserDAO Modifier and Type Class Description classInProgressUserDAOImplHibernate implementation of the Database Access Object interface class for the InProgressUser object.
-