Uses of Class
io.mosip.authentication.common.service.entity.HotlistCache
-
Packages that use HotlistCache Package Description io.mosip.authentication.common.service.repository -
-
Uses of HotlistCache in io.mosip.authentication.common.service.repository
Methods in io.mosip.authentication.common.service.repository that return types with arguments of type HotlistCache Modifier and Type Method Description List<HotlistCache>HotlistCacheRepository. findByExpiryDTimesLessThanAndStatus(LocalDateTime currentTimestamp, String status)Find by expiry timestamp less than current timestamp.Optional<HotlistCache>HotlistCacheRepository. findByIdHashAndIdType(String idHash, String idType)List<HotlistCache>HotlistCacheRepository. findByStatusAndExpiryDTimes(String status, LocalDateTime expiryDTimes)Find by status.
-