Interface JpaReindexJobRepository<D extends JpaReindexJob>

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<D,​String>, com.broadleafcommerce.common.extension.DomainTypeAware, com.broadleafcommerce.data.tracking.core.service.MappableRsqlFilterExecutor<D>, org.springframework.data.repository.PagingAndSortingRepository<D,​String>, com.broadleafcommerce.search.index.core.repository.ReindexJobRepository<D>, org.springframework.data.repository.Repository<D,​String>

    @Repository
    public interface JpaReindexJobRepository<D extends JpaReindexJob>
    extends com.broadleafcommerce.search.index.core.repository.ReindexJobRepository<D>
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default Class<D> getDomainType()  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
      • Methods inherited from interface com.broadleafcommerce.data.tracking.core.service.MappableRsqlFilterExecutor

        exists, findAll, findAll, findAll, findAll
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll, findAll
      • Methods inherited from interface com.broadleafcommerce.search.index.core.repository.ReindexJobRepository

        findByNameContainingIgnoreCase, readByStatus, readByStatusNot
    • Method Detail

      • getDomainType

        default Class<D> getDomainType()
        Specified by:
        getDomainType in interface com.broadleafcommerce.common.extension.DomainTypeAware