Uses of Interface
org.dspace.core.GenericDAO
-
Packages that use GenericDAO Package Description org.dspace.app.requestitem.dao org.dspace.app.requestitem.dao.impl org.dspace.app.util.dao org.dspace.app.util.dao.impl org.dspace.authorize.dao org.dspace.authorize.dao.impl org.dspace.checker.dao org.dspace.checker.dao.impl Database access for the Checksum Checker tool, which looks for unexpected changes in Bitstream content.org.dspace.content.dao org.dspace.content.dao.impl org.dspace.core Provides some basic functionality required throughout the DSpace system.org.dspace.eperson.dao org.dspace.eperson.dao.impl org.dspace.handle.dao org.dspace.handle.dao.impl org.dspace.harvest.dao org.dspace.harvest.dao.impl org.dspace.identifier.dao org.dspace.identifier.dao.impl org.dspace.versioning.dao org.dspace.versioning.dao.impl org.dspace.workflowbasic.dao org.dspace.workflowbasic.dao.impl org.dspace.xmlworkflow.storedcomponents.dao org.dspace.xmlworkflow.storedcomponents.dao.impl -
-
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.classEntityTypeDAOImplclassItemDAOImplHibernate 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 forProcessDAOclassRelationshipDAOImplclassRelationshipTypeDAOImplclassSiteDAOImplHibernate 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. -
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. -
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.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.workflowbasic.dao
Subinterfaces of GenericDAO in org.dspace.workflowbasic.dao Modifier and Type Interface Description interfaceBasicWorkflowItemDAODatabase Access Object interface class for the BasicWorkflowItem object.interfaceTaskListItemDAODatabase Access Object interface class for the TaskListItem object. -
Uses of GenericDAO in org.dspace.workflowbasic.dao.impl
Classes in org.dspace.workflowbasic.dao.impl that implement GenericDAO Modifier and Type Class Description classBasicWorkflowItemDAOImplHibernate implementation of the Database Access Object interface class for the BasicWorkflowItem object.classTaskListItemDAOImplHibernate implementation of the Database Access Object interface class for the TaskListItem 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.
-