StudentLoanManagement
com.student_loan.repository.LoanRepository Member List

This is the complete list of members for com.student_loan.repository.LoanRepository, including all inherited members.

countByBorrowerAndLoanStatus(Long borrowerId, Loan.Status loanStatus)com.student_loan.repository.LoanRepository
findByBorrower(Long borrowerId)com.student_loan.repository.LoanRepository
findByBorrowerAndItemAndLoanStatus(Long borrower, Long item, Status loanStatus)com.student_loan.repository.LoanRepository
findByBorrowerAndLoanStatus(Long borrowerId, Status loanStatus)com.student_loan.repository.LoanRepository
findByItem(Long itemId)com.student_loan.repository.LoanRepository
findByLender(Long lenderId)com.student_loan.repository.LoanRepository
findByLenderAndLoanStatus(Long lenderId, Status loanStatus)com.student_loan.repository.LoanRepository