Uses of Interface
org.dspace.content.dao.DSpaceObjectDAO
-
Packages that use DSpaceObjectDAO Package Description org.dspace.content.dao org.dspace.content.dao.impl org.dspace.eperson.dao org.dspace.eperson.dao.impl -
-
Uses of DSpaceObjectDAO in org.dspace.content.dao
Subinterfaces of DSpaceObjectDAO in org.dspace.content.dao Modifier and Type Interface Description interfaceBitstreamDAODatabase Access Object interface class for the Bitstream object.interfaceBundleDAODatabase Access Object interface class for the Bundle object.interfaceCollectionDAODatabase Access Object interface class for the Collection object.interfaceCommunityDAODatabase Access Object interface class for the Community object.interfaceDSpaceObjectLegacySupportDAO<T extends DSpaceObject>Database Access Object interface interface class that adds support to retrieve DSpaceObject by the old integer based identifier which was used to identify DSpaceObjects prior to DSpace 6.0interfaceItemDAODatabase Access Object interface class for the Item object.interfaceSiteDAODatabase Access Object interface class for the Site object. -
Uses of DSpaceObjectDAO in org.dspace.content.dao.impl
Classes in org.dspace.content.dao.impl that implement DSpaceObjectDAO Modifier and Type Class Description classBitstreamDAOImplHibernate implementation of the Database Access Object interface class for the Bitstream object.classBundleDAOImplHibernate implementation of the Database Access Object interface class for the Bundle object.classCollectionDAOImplHibernate implementation of the Database Access Object interface class for the Collection object.classCommunityDAOImplHibernate implementation of the Database Access Object interface class for the Community object.classItemDAOImplHibernate implementation of the Database Access Object interface class for the Item object.classSiteDAOImplHibernate implementation of the Database Access Object interface class for the Site object. -
Uses of DSpaceObjectDAO in org.dspace.eperson.dao
Subinterfaces of DSpaceObjectDAO in org.dspace.eperson.dao Modifier and Type Interface Description interfaceEPersonDAODatabase Access Object interface class for the EPerson object.interfaceGroupDAODatabase Access Object interface class for the Group object. -
Uses of DSpaceObjectDAO in org.dspace.eperson.dao.impl
Classes in org.dspace.eperson.dao.impl that implement DSpaceObjectDAO Modifier and Type Class Description classEPersonDAOImplHibernate implementation of the Database Access Object interface class for the EPerson object.classGroupDAOImplHibernate implementation of the Database Access Object interface class for the Group object.
-