Uses of Class
org.dspace.core.AbstractHibernateDAO
-
Packages that use AbstractHibernateDAO Package Description org.dspace.app.requestitem.dao.impl org.dspace.app.util.dao.impl org.dspace.authorize.dao.impl org.dspace.checker.dao.impl Database access for the Checksum Checker tool, which looks for unexpected changes in Bitstream content.org.dspace.content.dao.impl org.dspace.core Provides some basic functionality required throughout the DSpace system.org.dspace.eperson.dao.impl org.dspace.handle.dao.impl org.dspace.harvest.dao.impl org.dspace.identifier.dao.impl org.dspace.versioning.dao.impl org.dspace.workflowbasic.dao.impl org.dspace.xmlworkflow.storedcomponents.dao.impl -
-
Uses of AbstractHibernateDAO in org.dspace.app.requestitem.dao.impl
Subclasses of AbstractHibernateDAO in org.dspace.app.requestitem.dao.impl Modifier and Type Class Description classRequestItemDAOImplHibernate implementation of the Database Access Object interface class for the RequestItem object. -
Uses of AbstractHibernateDAO in org.dspace.app.util.dao.impl
Subclasses of AbstractHibernateDAO in org.dspace.app.util.dao.impl Modifier and Type Class Description classWebAppDAOImplHibernate implementation of the Database Access Object interface class for the WebApp object. -
Uses of AbstractHibernateDAO in org.dspace.authorize.dao.impl
Subclasses of AbstractHibernateDAO in org.dspace.authorize.dao.impl Modifier and Type Class Description classResourcePolicyDAOImplHibernate implementation of the Database Access Object interface class for the ResourcePolicy object. -
Uses of AbstractHibernateDAO in org.dspace.checker.dao.impl
Subclasses of AbstractHibernateDAO in org.dspace.checker.dao.impl 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 AbstractHibernateDAO in org.dspace.content.dao.impl
Subclasses of AbstractHibernateDAO in org.dspace.content.dao.impl 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 AbstractHibernateDAO in org.dspace.core
Subclasses of AbstractHibernateDAO in org.dspace.core Modifier and Type Class Description classAbstractHibernateDSODAO<T extends DSpaceObject>Hibernate implementation used by DSpaceObject Database Access Objects. -
Uses of AbstractHibernateDAO in org.dspace.eperson.dao.impl
Subclasses of AbstractHibernateDAO in org.dspace.eperson.dao.impl 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 AbstractHibernateDAO in org.dspace.handle.dao.impl
Subclasses of AbstractHibernateDAO in org.dspace.handle.dao.impl Modifier and Type Class Description classHandleDAOImplHibernate implementation of the Database Access Object interface class for the Handle object. -
Uses of AbstractHibernateDAO in org.dspace.harvest.dao.impl
Subclasses of AbstractHibernateDAO in org.dspace.harvest.dao.impl 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 AbstractHibernateDAO in org.dspace.identifier.dao.impl
Subclasses of AbstractHibernateDAO in org.dspace.identifier.dao.impl Modifier and Type Class Description classDOIDAOImplHibernate implementation of the Database Access Object interface class for the DOI object. -
Uses of AbstractHibernateDAO in org.dspace.versioning.dao.impl
Subclasses of AbstractHibernateDAO in org.dspace.versioning.dao.impl 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 AbstractHibernateDAO in org.dspace.workflowbasic.dao.impl
Subclasses of AbstractHibernateDAO in org.dspace.workflowbasic.dao.impl 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 AbstractHibernateDAO in org.dspace.xmlworkflow.storedcomponents.dao.impl
Subclasses of AbstractHibernateDAO in org.dspace.xmlworkflow.storedcomponents.dao.impl 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.
-