Package com.axelor.mail.db.repo
Class MailFlagsRepository
- All Implemented Interfaces:
Repository<MailFlags>
-
Constructor Details
-
MailFlagsRepository
public MailFlagsRepository()
-
-
Method Details
-
findBy
-
save
Description copied from interface:RepositorySave the given entity.Depending on the implementation, it may return same entity or a copy of it. For example JPA implementation may return a copy if the given entity can't be managed.
- Specified by:
savein interfaceRepository<MailFlags>- Overrides:
savein classJpaRepository<MailFlags>- Parameters:
entity- the entity object to save- Returns:
- an instance of the entity with saved state
-