Uses of Interface
org.dspace.checker.dao.MostRecentChecksumDAO
Packages that use MostRecentChecksumDAO
Package
Description
Provides content fixity checking (using checksums)
for bitstreams stored in DSpace software.
Database access for the Checksum Checker tool, which looks for unexpected
changes in Bitstream content.
-
Uses of MostRecentChecksumDAO in org.dspace.checker
Fields in org.dspace.checker declared as MostRecentChecksumDAOModifier and TypeFieldDescriptionprotected MostRecentChecksumDAOMostRecentChecksumServiceImpl.mostRecentChecksumDAO -
Uses of MostRecentChecksumDAO in org.dspace.checker.dao.impl
Classes in org.dspace.checker.dao.impl that implement MostRecentChecksumDAOModifier and TypeClassDescriptionclassHibernate implementation of the Database Access Object interface class for the MostRecentChecksum object.