Uses of Interface
org.dspace.content.dao.WorkspaceItemDAO
-
Packages that use WorkspaceItemDAO Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.dao.impl -
-
Uses of WorkspaceItemDAO in org.dspace.content
Fields in org.dspace.content declared as WorkspaceItemDAO Modifier and Type Field Description protected WorkspaceItemDAOWorkspaceItemServiceImpl. workspaceItemDAO -
Uses of WorkspaceItemDAO in org.dspace.content.dao.impl
Classes in org.dspace.content.dao.impl that implement WorkspaceItemDAO Modifier and Type Class Description classWorkspaceItemDAOImplHibernate implementation of the Database Access Object interface class for the WorkspaceItem object.
-