Uses of Class
com.bank.payment.models.KnownPixModel
Packages that use KnownPixModel
Package
Description
-
Uses of KnownPixModel in com.bank.payment.repository
Methods in com.bank.payment.repository that return types with arguments of type KnownPixModelModifier and TypeMethodDescriptionKnownPixRepository.findByIdAccountAndPixKey
(Long idAccount, String pixKey) Finds a known Pix key by account ID and Pix key. -
Uses of KnownPixModel in com.bank.payment.services
Methods in com.bank.payment.services that return KnownPixModelModifier and TypeMethodDescriptionKnownPixService.save
(KnownPixModel knownPixModel) Saves a KnownPixModel to the database.Methods in com.bank.payment.services that return types with arguments of type KnownPixModelModifier and TypeMethodDescriptionKnownPixService.existsByIdAccountAndPixKey
(Long idAccount, String pixKey) Checks if a known Pix exists by account ID and Pix key.Methods in com.bank.payment.services with parameters of type KnownPixModelModifier and TypeMethodDescriptionKnownPixService.save
(KnownPixModel knownPixModel) Saves a KnownPixModel to the database. -
Uses of KnownPixModel in com.bank.payment.services.impl
Methods in com.bank.payment.services.impl that return KnownPixModelMethods in com.bank.payment.services.impl that return types with arguments of type KnownPixModelModifier and TypeMethodDescriptionKnownPixServiceImp.existsByIdAccountAndPixKey
(Long idAccount, String pixKey) Methods in com.bank.payment.services.impl with parameters of type KnownPixModel