Uses of Class
com.example.restapi.model.Borrowing
Packages that use Borrowing
Package
Description
-
Uses of Borrowing in com.example.restapi.model
Fields in com.example.restapi.model with type parameters of type BorrowingMethods in com.example.restapi.model that return types with arguments of type BorrowingMethod parameters in com.example.restapi.model with type arguments of type Borrowing -
Uses of Borrowing in com.example.restapi.repository
Methods in com.example.restapi.repository that return BorrowingModifier and TypeMethodDescriptionBorrowingRepository.findLatestBorrowing(Long bookId, Long userId) Methods in com.example.restapi.repository that return types with arguments of type BorrowingModifier and TypeMethodDescriptionBorrowingRepository.findActiveBorrowingByBookIdAndUserId(Long bookId, Long userId) BorrowingRepository.findActiveBorrowingsByBookId(Long bookId, Long userId) BorrowingRepository.findActiveBorrowingsByBookIdAndUserId(Long bookId, Long userId) BorrowingRepository.findBorrowingsByBookIdAndUserId(Long bookId, Long userId) BorrowingRepository.findByBookId(Long bookId) BorrowingRepository.findByUserId(Long userId) BorrowingRepository.findLatestBorrowedBook(Long bookId, Long userId) -
Uses of Borrowing in com.example.restapi.service
Methods in com.example.restapi.service that return types with arguments of type BorrowingModifier and TypeMethodDescriptionBorrowingService.getAllBorrowings()BorrowingService.getBorrowingDetails(Long bookId, Long userId) BorrowingService.getBorrowingsDetails(Long bookId, Long userId)