Uses of Interface
org.dspace.checker.dao.MostRecentChecksumDAO
-
Packages that use MostRecentChecksumDAO Package Description org.dspace.checker Provides content fixity checking (using checksums) for bitstreams stored in DSpace software.org.dspace.checker.dao.impl 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 MostRecentChecksumDAO Modifier and Type Field Description protected MostRecentChecksumDAOMostRecentChecksumServiceImpl. mostRecentChecksumDAO -
Uses of MostRecentChecksumDAO in org.dspace.checker.dao.impl
Classes in org.dspace.checker.dao.impl that implement MostRecentChecksumDAO Modifier and Type Class Description classMostRecentChecksumDAOImplHibernate implementation of the Database Access Object interface class for the MostRecentChecksum object.
-