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:Repository
Save 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:
save
in interfaceRepository<MailFlags>
- Overrides:
save
in classJpaRepository<MailFlags>
- Parameters:
entity
- the entity object to save- Returns:
- an instance of the entity with saved state
-