Package cronapp.framework.mailer
Interface MailQueueRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<MailQueue,String>,org.springframework.data.jpa.repository.JpaRepository<MailQueue,String>,org.springframework.data.repository.PagingAndSortingRepository<MailQueue,String>,org.springframework.data.repository.query.QueryByExampleExecutor<MailQueue>,org.springframework.data.repository.Repository<MailQueue,String>
public interface MailQueueRepository extends org.springframework.data.jpa.repository.JpaRepository<MailQueue,String>
-
-
Method Summary
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
-
-