Interface RabbitmqConfigRepo

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

    @Repository("rabbitmqConfigRepo")
    public interface RabbitmqConfigRepo
    extends org.springframework.data.jpa.repository.JpaRepository<RabbitmqConfig,​Long>
    Author:
    Andy Foster Date: 2021/05/06
    • Method Summary

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

        count, delete, delete, delete, deleteAll, exists, findOne, save
      • Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

        deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, 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