Interface CAConnectorConfigRepository

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

    @Repository
    public interface CAConnectorConfigRepository
    extends org.springframework.data.jpa.repository.JpaRepository<CAConnectorConfig,​Long>
    Spring Data repository for the CAConnectorConfig entity.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<CAConnectorConfig> findAllCertGenerators()  
      List<CAConnectorConfig> findByName​(String name)  
      • 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
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

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

        count, exists, findAll, findOne
    • Method Detail

      • findAllCertGenerators

        @Query(name="CAConnectorConfig.findAllCertGenerators")
        List<CAConnectorConfig> findAllCertGenerators()