Interface EmailRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Email,String>, org.springframework.data.jpa.repository.JpaRepository<Email,String>, org.springframework.data.repository.ListCrudRepository<Email,String>, org.springframework.data.repository.ListPagingAndSortingRepository<Email,String>, MailingRepository<Email,String>, org.springframework.data.repository.PagingAndSortingRepository<Email,String>, org.springframework.data.repository.query.QueryByExampleExecutor<Email>, org.springframework.data.querydsl.QuerydslPredicateExecutor<Email>, org.springframework.data.repository.Repository<Email,String>

public interface EmailRepository extends MailingRepository<Email,String>
Repository interface for Email entities
Author:
European Dynamics SA.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, saveAll

    Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository

    findAll

    Methods inherited from interface com.eurodyn.qlack.fuse.mailing.repository.MailingRepository

    fetchById, findAll, findAll

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll

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

    count, exists, findAll, findBy, findOne

    Methods inherited from interface org.springframework.data.querydsl.QuerydslPredicateExecutor

    count, exists, findAll, findAll, findAll, findBy, findOne