Definition at line 12 of file LoanRepository.java.
◆ countByBorrowerAndLoanStatus()
int com.student_loan.repository.LoanRepository.countByBorrowerAndLoanStatus |
( |
Long |
borrowerId, |
|
|
Loan.Status |
loanStatus |
|
) |
| |
◆ findByBorrower()
List< Loan > com.student_loan.repository.LoanRepository.findByBorrower |
( |
Long |
borrowerId | ) |
|
◆ findByBorrowerAndItemAndLoanStatus()
Optional< Loan > com.student_loan.repository.LoanRepository.findByBorrowerAndItemAndLoanStatus |
( |
Long |
borrower, |
|
|
Long |
item, |
|
|
Status |
loanStatus |
|
) |
| |
◆ findByBorrowerAndLoanStatus()
List< Loan > com.student_loan.repository.LoanRepository.findByBorrowerAndLoanStatus |
( |
Long |
borrowerId, |
|
|
Status |
loanStatus |
|
) |
| |
◆ findByItem()
List< Loan > com.student_loan.repository.LoanRepository.findByItem |
( |
Long |
itemId | ) |
|
◆ findByLender()
List< Loan > com.student_loan.repository.LoanRepository.findByLender |
( |
Long |
lenderId | ) |
|
◆ findByLenderAndLoanStatus()
List< Loan > com.student_loan.repository.LoanRepository.findByLenderAndLoanStatus |
( |
Long |
lenderId, |
|
|
Status |
loanStatus |
|
) |
| |
The documentation for this interface was generated from the following file:
- /home/runner/work/BSPQ25-E3/BSPQ25-E3/backend/src/main/java/com/student_loan/repository/LoanRepository.java