Uses of Interface
org.dspace.app.requestitem.dao.RequestItemDAO
-
Packages that use RequestItemDAO Package Description org.dspace.app.requestitem org.dspace.app.requestitem.dao.impl -
-
Uses of RequestItemDAO in org.dspace.app.requestitem
Fields in org.dspace.app.requestitem declared as RequestItemDAO Modifier and Type Field Description protected RequestItemDAORequestItemServiceImpl. requestItemDAO -
Uses of RequestItemDAO in org.dspace.app.requestitem.dao.impl
Classes in org.dspace.app.requestitem.dao.impl that implement RequestItemDAO Modifier and Type Class Description classRequestItemDAOImplHibernate implementation of the Database Access Object interface class for the RequestItem object.
-