Interface URIPatternRepository

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      URIPatternEntity findByResourceId​(String resourceId)
      Find URIPatternEntity by their corresponding ResourceID.
      URIPatternEntity findURIByContentProviderIdAndPattern​(String contentProviderId, String pattern)
      Find the URIPAtternEntity by the corresponding ContentProvider ID and Pattern
      • 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, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
      • Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor

        count, exists, findAll, findAll, findAll, findOne
      • 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
    • Method Detail

      • findByResourceId

        URIPatternEntity findByResourceId​(@Param("resourceId")
                                          String resourceId)
        Find URIPatternEntity by their corresponding ResourceID.
        Parameters:
        resourceId - - the resourceId
        Returns:
      • findURIByContentProviderIdAndPattern

        URIPatternEntity findURIByContentProviderIdAndPattern​(@Param("contentProviderId")
                                                              String contentProviderId,
                                                              @Param("pattern")
                                                              String pattern)
        Find the URIPAtternEntity by the corresponding ContentProvider ID and Pattern
        Parameters:
        contentProviderId - - the content provider id
        pattern - - the pattern
        Returns: