Uses of Class
deu.cse.spring_webmail.mail.entity.MailBox
Packages that use MailBox
Package
Description
메일 관련 엔티티 클래스를 포함하는 패키지입니다.
메일 관련 Repository 클래스를 포함하는 패키지입니다.
-
Uses of MailBox in deu.cse.spring_webmail.mail.entity
Fields in deu.cse.spring_webmail.mail.entity declared as MailBox -
Uses of MailBox in deu.cse.spring_webmail.mail.repository
Methods in deu.cse.spring_webmail.mail.repository that return types with arguments of type MailBoxModifier and TypeMethodDescriptionMailBoxRepository.findByUserName(String userName) 사용자 이름으로 메일함 조회MailBoxRepository.findByUserNameAndMailboxName(String userName, String mailboxName) 사용자 이름과 메일함 이름으로 메일함 조회Methods in deu.cse.spring_webmail.mail.repository with parameters of type MailBoxModifier and TypeMethodDescriptionlongMailRepository.countByMailbox(MailBox mailbox) 메일함 아이디로 메일을 찾아서 해당 메일함에 있는 모든 메일의 개수를 가져옴longMailRepository.countByMailboxAndMailIsSeen(MailBox mailbox, Boolean mailIsSeen) 메일함에서 읽음 여부에 따라 메일의 개수를 가져옴MailPageableRepository.findAllByMailbox(MailBox mailbox, org.springframework.data.domain.Pageable pageable)