Interface EmailTemplateRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<EmailTemplate,,String> org.springframework.data.elasticsearch.repository.ElasticsearchRepository<EmailTemplate,,String> org.springframework.data.repository.PagingAndSortingRepository<EmailTemplate,,String> org.springframework.data.repository.Repository<EmailTemplate,String>
public interface EmailTemplateRepository
extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<EmailTemplate,String>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
searchSimilarMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll
-
Method Details
-
findByAutomaticStatus
-