| BitstreamDAO |
Database Access Object interface class for the Bitstream object.
|
| BitstreamFormatDAO |
Database Access Object interface class for the BitstreamFormat object.
|
| BundleDAO |
Database Access Object interface class for the Bundle object.
|
| CollectionDAO |
Database Access Object interface class for the Collection object.
|
| CommunityDAO |
Database Access Object interface class for the Community object.
|
| DSpaceObjectDAO<T extends DSpaceObject> |
Database Access Object interface class for the DSpaceObject.
|
| 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
|
| 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
|
| ItemDAO |
Database Access Object interface class for the Item object.
|
| MetadataFieldDAO |
Database Access Object interface class for the MetadataField object.
|
| MetadataSchemaDAO |
Database Access Object interface class for the MetadataSchema object.
|
| MetadataValueDAO |
Database Access Object interface class for the MetadataValue object.
|
| ProcessDAO |
This is the Data Access Object for the Process object
|
| 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
|
| 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
|
| SiteDAO |
Database Access Object interface class for the Site object.
|
| WorkspaceItemDAO |
Database Access Object interface class for the WorkspaceItem object.
|