| 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 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RequestItemDAO
Database Access Object interface class for the RequestItem object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequestItemDAOImpl
Hibernate implementation of the Database Access Object interface class for the RequestItem object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebAppDAO
Database Access Object interface class for the WebApp object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebAppDAOImpl
Hibernate implementation of the Database Access Object interface class for the WebApp object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResourcePolicyDAO
Database Access Object interface class for the ResourcePolicy object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourcePolicyDAOImpl
Hibernate implementation of the Database Access Object interface class for the ResourcePolicy object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChecksumHistoryDAO
Database Access Object interface class for the ChecksumHistory object.
|
interface |
ChecksumResultDAO
Database Access Object interface class for the ChecksumResult object.
|
interface |
MostRecentChecksumDAO
Database Access Object interface class for the MostRecentChecksum object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChecksumHistoryDAOImpl
This is the data access for the checksum history information.
|
class |
ChecksumResultDAOImpl
Hibernate implementation of the Database Access Object interface class for the ChecksumResult object.
|
class |
MostRecentChecksumDAOImpl
Hibernate implementation of the Database Access Object interface class for the MostRecentChecksum object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BitstreamDAO
Database Access Object interface class for the Bitstream object.
|
interface |
BitstreamFormatDAO
Database Access Object interface class for the BitstreamFormat object.
|
interface |
BundleDAO
Database Access Object interface class for the Bundle object.
|
interface |
CollectionDAO
Database Access Object interface class for the Collection object.
|
interface |
CommunityDAO
Database Access Object interface class for the Community object.
|
interface |
DSpaceObjectDAO<T extends DSpaceObject>
Database Access Object interface class for the DSpaceObject.
|
interface |
DSpaceObjectLegacySupportDAO<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.0
|
interface |
EntityTypeDAO
Database 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 API
|
interface |
ItemDAO
Database Access Object interface class for the Item object.
|
interface |
MetadataFieldDAO
Database Access Object interface class for the MetadataField object.
|
interface |
MetadataSchemaDAO
Database Access Object interface class for the MetadataSchema object.
|
interface |
MetadataValueDAO
Database Access Object interface class for the MetadataValue object.
|
interface |
RelationshipDAO
Database 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 API
|
interface |
RelationshipTypeDAO
Database 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 API
|
interface |
SiteDAO
Database Access Object interface class for the Site object.
|
interface |
WorkspaceItemDAO
Database Access Object interface class for the WorkspaceItem object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BitstreamDAOImpl
Hibernate implementation of the Database Access Object interface class for the Bitstream object.
|
class |
BitstreamFormatDAOImpl
Hibernate implementation of the Database Access Object interface class for the BitstreamFormat object.
|
class |
BundleDAOImpl
Hibernate implementation of the Database Access Object interface class for the Bundle object.
|
class |
CollectionDAOImpl
Hibernate implementation of the Database Access Object interface class for the Collection object.
|
class |
CommunityDAOImpl
Hibernate implementation of the Database Access Object interface class for the Community object.
|
class |
EntityTypeDAOImpl |
class |
ItemDAOImpl
Hibernate implementation of the Database Access Object interface class for the Item object.
|
class |
MetadataFieldDAOImpl
Hibernate implementation of the Database Access Object interface class for the MetadataField object.
|
class |
MetadataSchemaDAOImpl
Hibernate implementation of the Database Access Object interface class for the MetadataSchema object.
|
class |
MetadataValueDAOImpl
Hibernate implementation of the Database Access Object interface class for the MetadataValue object.
|
class |
RelationshipDAOImpl |
class |
RelationshipTypeDAOImpl |
class |
SiteDAOImpl
Hibernate implementation of the Database Access Object interface class for the Site object.
|
class |
WorkspaceItemDAOImpl
Hibernate implementation of the Database Access Object interface class for the WorkspaceItem object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHibernateDAO<T>
Hibernate implementation for generic DAO interface.
|
class |
AbstractHibernateDSODAO<T extends DSpaceObject>
Hibernate implementation used by DSpaceObject Database Access Objects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EPersonDAO
Database Access Object interface class for the EPerson object.
|
interface |
Group2GroupCacheDAO
Database Access Object interface class for the Group2GroupCache object.
|
interface |
GroupDAO
Database Access Object interface class for the Group object.
|
interface |
RegistrationDataDAO
Database Access Object interface class for the RegistrationData object.
|
interface |
SubscriptionDAO
Database Access Object interface class for the Subscription object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EPersonDAOImpl
Hibernate implementation of the Database Access Object interface class for the EPerson object.
|
class |
Group2GroupCacheDAOImpl
Hibernate implementation of the Database Access Object interface class for the Group2GroupCache object.
|
class |
GroupDAOImpl
Hibernate implementation of the Database Access Object interface class for the Group object.
|
class |
RegistrationDataDAOImpl
Hibernate implementation of the Database Access Object interface class for the RegistrationData object.
|
class |
SubscriptionDAOImpl
Hibernate implementation of the Database Access Object interface class for the Subscription object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HandleDAO
Database Access Object interface class for the Handle object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HandleDAOImpl
Hibernate implementation of the Database Access Object interface class for the Handle object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HarvestedCollectionDAO
Database Access Object interface class for the HarvestedCollection object.
|
interface |
HarvestedItemDAO
Database Access Object interface class for the HarvestedItem object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HarvestedCollectionDAOImpl
Hibernate implementation of the Database Access Object interface class for the HarvestedCollection object.
|
class |
HarvestedItemDAOImpl
Hibernate implementation of the Database Access Object interface class for the HarvestedItem object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DOIDAO
Database Access Object interface class for the DOI object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DOIDAOImpl
Hibernate implementation of the Database Access Object interface class for the DOI object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VersionDAO
Database Access Object interface class for the Version object.
|
interface |
VersionHistoryDAO
Database Access Object interface class for the VersionHistory object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VersionDAOImpl
Hibernate implementation of the Database Access Object interface class for the Version object.
|
class |
VersionHistoryDAOImpl
Hibernate implementation of the Database Access Object interface class for the VersionHistory object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicWorkflowItemDAO
Database Access Object interface class for the BasicWorkflowItem object.
|
interface |
TaskListItemDAO
Database Access Object interface class for the TaskListItem object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicWorkflowItemDAOImpl
Hibernate implementation of the Database Access Object interface class for the BasicWorkflowItem object.
|
class |
TaskListItemDAOImpl
Hibernate implementation of the Database Access Object interface class for the TaskListItem object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClaimedTaskDAO
Database Access Object interface class for the ClaimedTask object.
|
interface |
CollectionRoleDAO
Database Access Object interface class for the CollectionRole object.
|
interface |
InProgressUserDAO
Database Access Object interface class for the InProgressUser object.
|
interface |
PoolTaskDAO
Database Access Object interface class for the PoolTask object.
|
interface |
WorkflowItemRoleDAO
Database Access Object interface class for the WorkflowItemRole object.
|
interface |
XmlWorkflowItemDAO
Database Access Object interface class for the XmlWorkflowItem object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClaimedTaskDAOImpl
Hibernate implementation of the Database Access Object interface class for the ClaimedTask object.
|
class |
CollectionRoleDAOImpl
Hibernate implementation of the Database Access Object interface class for the CollectionRole object.
|
class |
InProgressUserDAOImpl
Hibernate implementation of the Database Access Object interface class for the InProgressUser object.
|
class |
PoolTaskDAOImpl
Hibernate implementation of the Database Access Object interface class for the PoolTask object.
|
class |
WorkflowItemRoleDAOImpl
Hibernate implementation of the Database Access Object interface class for the WorkflowItemRole object.
|
class |
XmlWorkflowItemDAOImpl
Hibernate implementation of the Database Access Object interface class for the XmlWorkflowItem object.
|
Copyright © 2019 DuraSpace. All rights reserved.