Interface MailTemplateSummaryRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<MailTemplateSummary,​String>, org.springframework.data.jpa.repository.JpaRepository<MailTemplateSummary,​String>, org.springframework.data.repository.PagingAndSortingRepository<MailTemplateSummary,​String>, org.springframework.data.repository.query.QueryByExampleExecutor<MailTemplateSummary>, org.springframework.data.repository.Repository<MailTemplateSummary,​String>

    public interface MailTemplateSummaryRepository
    extends org.springframework.data.jpa.repository.JpaRepository<MailTemplateSummary,​String>
    The MailTemplateSummaryRepository interface declares the repository for the MailTemplateSummary domain type.
    Author:
    Marcus Portmann
    • Method Summary

      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
      • Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

        deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlush
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll
      • Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

        count, exists, findAll, findOne