Uses of Interface
org.dspace.core.GenericDAO
-
-
Uses of GenericDAO in org.dspace.alerts.dao
Subinterfaces of GenericDAO in org.dspace.alerts.dao Modifier and Type Interface Description interfaceSystemWideAlertDAOThis is the Data Access Object for theSystemWideAlertobject -
Uses of GenericDAO in org.dspace.alerts.dao.impl
Classes in org.dspace.alerts.dao.impl that implement GenericDAO Modifier and Type Class Description classSystemWideAlertDAOImplImplementation class for theSystemWideAlertDAO -
Uses of GenericDAO in org.dspace.app.requestitem.dao
Subinterfaces of GenericDAO in org.dspace.app.requestitem.dao Modifier and Type Interface Description interfaceRequestItemDAODatabase Access Object interface class for the RequestItem object. -
Uses of GenericDAO in org.dspace.app.requestitem.dao.impl
Classes in org.dspace.app.requestitem.dao.impl that implement GenericDAO Modifier and Type Class Description classRequestItemDAOImplHibernate implementation of the Database Access Object interface class for the RequestItem object. -
Uses of GenericDAO in org.dspace.app.util.dao
Subinterfaces of GenericDAO in org.dspace.app.util.dao Modifier and Type Interface Description interfaceWebAppDAODatabase Access Object interface class for the WebApp object. -
Uses of GenericDAO in org.dspace.app.util.dao.impl
Classes in org.dspace.app.util.dao.impl that implement GenericDAO Modifier and Type Class Description classWebAppDAOImplHibernate implementation of the Database Access Object interface class for the WebApp object. -
Uses of GenericDAO in org.dspace.authorize.dao
Subinterfaces of GenericDAO in org.dspace.authorize.dao Modifier and Type Interface Description interfaceResourcePolicyDAODatabase Access Object interface class for the ResourcePolicy object. -
Uses of GenericDAO in org.dspace.authorize.dao.impl
Classes in org.dspace.authorize.dao.impl that implement GenericDAO Modifier and Type Class Description classResourcePolicyDAOImplHibernate implementation of the Database Access Object interface class for the ResourcePolicy object. -
Uses of GenericDAO in org.dspace.checker.dao
Subinterfaces of GenericDAO in org.dspace.checker.dao Modifier and Type Interface Description interfaceChecksumHistoryDAODatabase Access Object interface class for the ChecksumHistory object.interfaceChecksumResultDAODatabase Access Object interface class for the ChecksumResult object.interfaceMostRecentChecksumDAODatabase Access Object interface class for the MostRecentChecksum object. -
Uses of GenericDAO in org.dspace.checker.dao.impl
Classes in org.dspace.checker.dao.impl that implement GenericDAO Modifier and Type Class Description classChecksumHistoryDAOImplThis is the data access for the checksum history information.classChecksumResultDAOImplHibernate implementation of the Database Access Object interface class for the ChecksumResult object.classMostRecentChecksumDAOImplHibernate implementation of the Database Access Object interface class for the MostRecentChecksum object. -
Uses of GenericDAO in org.dspace.content.dao
Subinterfaces of GenericDAO in org.dspace.content.dao Modifier and Type Interface Description interfaceBitstreamDAODatabase Access Object interface class for the Bitstream object.interfaceBitstreamFormatDAODatabase Access Object interface class for the BitstreamFormat 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.interfaceDSpaceObjectDAO<T extends DSpaceObject>Database Access Object interface class for the DSpaceObject.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.0interfaceEntityTypeDAODatabase Access Object Interface class for the EntityType object The implementation of this class is responsible for all database calls for the EntityType object and is autowired by spring This class should only be accessed from a single service and should never be exposed outside of the APIinterfaceItemDAODatabase Access Object interface class for the Item object.interfaceMetadataFieldDAODatabase Access Object interface class for the MetadataField object.interfaceMetadataSchemaDAODatabase Access Object interface class for the MetadataSchema object.interfaceMetadataValueDAODatabase Access Object interface class for the MetadataValue object.interfaceProcessDAOThis is the Data Access Object for theProcessobjectinterfaceRelationshipDAODatabase Access Object Interface class for the Relationship object The implementation of this class is responsible for all database calls for the Relationship object and is autowired by spring This class should only be accessed from a single service and should never be exposed outside of the APIinterfaceRelationshipTypeDAODatabase Access Object Interface class for the RelationshipType object The implementation of this class is responsible for all database calls for the RelationshipType object and is autowired by spring This class should only be accessed from a single service and should never be exposed outside of the APIinterfaceSiteDAODatabase Access Object interface class for the Site object.interfaceWorkspaceItemDAODatabase Access Object interface class for the WorkspaceItem object. -
Uses of GenericDAO in org.dspace.content.dao.impl
Classes in org.dspace.content.dao.impl that implement GenericDAO Modifier and Type Class Description classBitstreamDAOImplHibernate implementation of the Database Access Object interface class for the Bitstream object.classBitstreamFormatDAOImplHibernate implementation of the Database Access Object interface class for the BitstreamFormat 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.classEntityTypeDAOImplHibernate implementation of the Database Access Object interface class for the EntityType object.classItemDAOImplHibernate implementation of the Database Access Object interface class for the Item object.classMetadataFieldDAOImplHibernate implementation of the Database Access Object interface class for the MetadataField object.classMetadataSchemaDAOImplHibernate implementation of the Database Access Object interface class for the MetadataSchema object.classMetadataValueDAOImplHibernate implementation of the Database Access Object interface class for the MetadataValue object.classProcessDAOImplImplementation class forProcessDAOclassRelationshipDAOImplclassRelationshipTypeDAOImplHibernate implementation of the Database Access Object interface class for the RelationshipType object.classSiteDAOImplHibernate implementation of the Database Access Object interface class for the Site object.classWorkspaceItemDAOImplHibernate implementation of the Database Access Object interface class for the WorkspaceItem object. -
Uses of GenericDAO in org.dspace.core
Classes in org.dspace.core that implement GenericDAO Modifier and Type Class Description classAbstractHibernateDAO<T>Hibernate implementation for generic DAO interface.classAbstractHibernateDSODAO<T extends DSpaceObject>Hibernate implementation used by DSpaceObject Database Access Objects. -
Uses of GenericDAO in org.dspace.eperson.dao
Subinterfaces of GenericDAO in org.dspace.eperson.dao Modifier and Type Interface Description interfaceEPersonDAODatabase Access Object interface class for the EPerson object.interfaceGroup2GroupCacheDAODatabase Access Object interface class for the Group2GroupCache object.interfaceGroupDAODatabase Access Object interface class for the Group object.interfaceRegistrationDataDAODatabase Access Object interface class for the RegistrationData object.interfaceSubscriptionDAODatabase Access Object interface class for the Subscription object.interfaceSubscriptionParameterDAODatabase Access Object interface class for the SubscriptionParamter object. -
Uses of GenericDAO in org.dspace.eperson.dao.impl
Classes in org.dspace.eperson.dao.impl that implement GenericDAO Modifier and Type Class Description classEPersonDAOImplHibernate implementation of the Database Access Object interface class for the EPerson object.classGroup2GroupCacheDAOImplHibernate implementation of the Database Access Object interface class for the Group2GroupCache object.classGroupDAOImplHibernate implementation of the Database Access Object interface class for the Group object.classRegistrationDataDAOImplHibernate implementation of the Database Access Object interface class for the RegistrationData object.classSubscriptionDAOImplHibernate implementation of the Database Access Object interface class for the Subscription object.classSubscriptionParameterDAOImplHibernate implementation of the Database Access Object interface class for the SubscriptionParameter object. -
Uses of GenericDAO in org.dspace.handle.dao
Subinterfaces of GenericDAO in org.dspace.handle.dao Modifier and Type Interface Description interfaceHandleDAODatabase Access Object interface class for the Handle object. -
Uses of GenericDAO in org.dspace.handle.dao.impl
Classes in org.dspace.handle.dao.impl that implement GenericDAO Modifier and Type Class Description classHandleDAOImplHibernate implementation of the Database Access Object interface class for the Handle object. -
Uses of GenericDAO in org.dspace.harvest.dao
Subinterfaces of GenericDAO in org.dspace.harvest.dao Modifier and Type Interface Description interfaceHarvestedCollectionDAODatabase Access Object interface class for the HarvestedCollection object.interfaceHarvestedItemDAODatabase Access Object interface class for the HarvestedItem object. -
Uses of GenericDAO in org.dspace.harvest.dao.impl
Classes in org.dspace.harvest.dao.impl that implement GenericDAO Modifier and Type Class Description classHarvestedCollectionDAOImplHibernate implementation of the Database Access Object interface class for the HarvestedCollection object.classHarvestedItemDAOImplHibernate implementation of the Database Access Object interface class for the HarvestedItem object. -
Uses of GenericDAO in org.dspace.identifier.dao
Subinterfaces of GenericDAO in org.dspace.identifier.dao Modifier and Type Interface Description interfaceDOIDAODatabase Access Object interface class for the DOI object. -
Uses of GenericDAO in org.dspace.identifier.dao.impl
Classes in org.dspace.identifier.dao.impl that implement GenericDAO Modifier and Type Class Description classDOIDAOImplHibernate implementation of the Database Access Object interface class for the DOI object. -
Uses of GenericDAO in org.dspace.orcid.dao
Subinterfaces of GenericDAO in org.dspace.orcid.dao Modifier and Type Interface Description interfaceOrcidHistoryDAODatabase Access Object interface class for the OrcidHistory object.interfaceOrcidQueueDAODatabase Access Object interface class for the OrcidQueue object.interfaceOrcidTokenDAODatabase Access Object interface class for the OrcidToken object. -
Uses of GenericDAO in org.dspace.orcid.dao.impl
Classes in org.dspace.orcid.dao.impl that implement GenericDAO Modifier and Type Class Description classOrcidHistoryDAOImplImplementation ofOrcidHistoryDAO.classOrcidQueueDAOImplImplementation ofOrcidQueueDAO.classOrcidTokenDAOImplImplementation ofOrcidTokenDAO. -
Uses of GenericDAO in org.dspace.statistics.export.dao
Subinterfaces of GenericDAO in org.dspace.statistics.export.dao Modifier and Type Interface Description interfaceOpenURLTrackerDAODatabase Access Object interface class for the OpenURLTracker object. -
Uses of GenericDAO in org.dspace.statistics.export.dao.impl
Classes in org.dspace.statistics.export.dao.impl that implement GenericDAO Modifier and Type Class Description classOpenURLTrackerDAOImplHibernate implementation of the Database Access Object interface class for the OpenURLTracker object. -
Uses of GenericDAO in org.dspace.supervision.dao
Subinterfaces of GenericDAO in org.dspace.supervision.dao Modifier and Type Interface Description interfaceSupervisionOrderDaoDatabase Access Object interface class for the SupervisionOrder object. -
Uses of GenericDAO in org.dspace.supervision.dao.impl
Classes in org.dspace.supervision.dao.impl that implement GenericDAO Modifier and Type Class Description classSupervisionOrderDaoImplHibernate implementation of the Database Access Object interface class for the SupervisionOrder object. -
Uses of GenericDAO in org.dspace.versioning.dao
Subinterfaces of GenericDAO in org.dspace.versioning.dao Modifier and Type Interface Description interfaceVersionDAODatabase Access Object interface class for the Version object.interfaceVersionHistoryDAODatabase Access Object interface class for the VersionHistory object. -
Uses of GenericDAO in org.dspace.versioning.dao.impl
Classes in org.dspace.versioning.dao.impl that implement GenericDAO Modifier and Type Class Description classVersionDAOImplHibernate implementation of the Database Access Object interface class for the Version object.classVersionHistoryDAOImplHibernate implementation of the Database Access Object interface class for the VersionHistory object. -
Uses of GenericDAO in org.dspace.xmlworkflow.storedcomponents.dao
Subinterfaces of GenericDAO in org.dspace.xmlworkflow.storedcomponents.dao Modifier and Type Interface Description interfaceClaimedTaskDAODatabase Access Object interface class for the ClaimedTask object.interfaceCollectionRoleDAODatabase Access Object interface class for the CollectionRole object.interfaceInProgressUserDAODatabase Access Object interface class for the InProgressUser object.interfacePoolTaskDAODatabase Access Object interface class for the PoolTask object.interfaceWorkflowItemRoleDAODatabase Access Object interface class for the WorkflowItemRole object.interfaceXmlWorkflowItemDAODatabase Access Object interface class for the XmlWorkflowItem object. -
Uses of GenericDAO in org.dspace.xmlworkflow.storedcomponents.dao.impl
Classes in org.dspace.xmlworkflow.storedcomponents.dao.impl that implement GenericDAO Modifier and Type Class Description classClaimedTaskDAOImplHibernate implementation of the Database Access Object interface class for the ClaimedTask object.classCollectionRoleDAOImplHibernate implementation of the Database Access Object interface class for the CollectionRole object.classInProgressUserDAOImplHibernate implementation of the Database Access Object interface class for the InProgressUser object.classPoolTaskDAOImplHibernate implementation of the Database Access Object interface class for the PoolTask object.classWorkflowItemRoleDAOImplHibernate implementation of the Database Access Object interface class for the WorkflowItemRole object.classXmlWorkflowItemDAOImplHibernate implementation of the Database Access Object interface class for the XmlWorkflowItem object.
-