@Repository(value="emailTemplateRepo") public interface EmailTemplateRepo extends org.springframework.data.jpa.repository.JpaRepository<EmailTemplate,Long>
| Modifier and Type | Method and Description |
|---|---|
EmailTemplate |
findByTemplate(EmailTemplate.Templates template)
This method returns a single email template instance
|
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllEmailTemplate findByTemplate(EmailTemplate.Templates template)
template - Copyright © 2015–2018 DuraSpace. All rights reserved.