Package com.axelor.mail.db.repo
Class MailFollowerRepository
- All Implemented Interfaces:
Repository<MailFollower>
-
Field Summary
Fields inherited from class com.axelor.db.JpaRepository
modelClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindFollowers
(Model entity) findOne
(Model entity, MailAddress address) void
void
follow
(Model entity, MailAddress address) boolean
isFollowing
(Model entity, User user) void
void
unfollow
(MailFollower follower)
-
Constructor Details
-
MailFollowerRepository
public MailFollowerRepository()
-
-
Method Details
-
findAll
-
findAll
-
findOne
-
findOne
-
findFollowers
-
follow
-
follow
-
unfollow
-
unfollow
-
isFollowing
-