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