Uses of Interface
org.dspace.content.dao.DSpaceObjectDAO
Packages that use DSpaceObjectDAO
Package
Description
-
Uses of DSpaceObjectDAO in org.dspace.content.dao
Subinterfaces of DSpaceObjectDAO in org.dspace.content.daoModifier and TypeInterfaceDescriptioninterfaceDatabase Access Object interface class for the Bitstream object.interfaceDatabase Access Object interface class for the Bundle object.interfaceDatabase Access Object interface class for the Collection object.interfaceDatabase 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.0interfaceDatabase Access Object interface class for the Item object.interfaceDatabase 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 DSpaceObjectDAOModifier and TypeClassDescriptionclassHibernate implementation of the Database Access Object interface class for the Bitstream object.classHibernate implementation of the Database Access Object interface class for the Bundle object.classHibernate implementation of the Database Access Object interface class for the Collection object.classHibernate implementation of the Database Access Object interface class for the Community object.classHibernate implementation of the Database Access Object interface class for the Item object.classHibernate 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.daoModifier and TypeInterfaceDescriptioninterfaceDatabase Access Object interface class for the EPerson object.interfaceDatabase 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 DSpaceObjectDAOModifier and TypeClassDescriptionclassHibernate implementation of the Database Access Object interface class for the EPerson object.classHibernate implementation of the Database Access Object interface class for the Group object.