Uses of Class
io.mosip.authentication.common.service.entity.OtpTransaction
-
Packages that use OtpTransaction Package Description io.mosip.authentication.common.service.repository -
-
Uses of OtpTransaction in io.mosip.authentication.common.service.repository
Methods in io.mosip.authentication.common.service.repository that return types with arguments of type OtpTransaction Modifier and Type Method Description Optional<OtpTransaction>OtpTxnRepository. findFirstByRefIdAndStatusCodeInAndGeneratedDtimesNotNullOrderByGeneratedDtimesDesc(String refIdHash, List<String> statusCodes)Find first element by ref_id ordered by generated_dtimes in descending order and for the given status codes.
-