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>, com.broadleafcommerce.common.extension.data.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

    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.common.extension.DomainTypeAware

    getDomainType

    Methods inherited from interface com.broadleafcommerce.data.tracking.core.service.MappableRsqlFilterExecutor

    exists, findAll, findAll, findAll, findAll

    Methods inherited from interface com.broadleafcommerce.common.extension.data.PagingAndSortingRepository

    findAll, findAll

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

    findByNameContainingIgnoreCase, readByStatus, readByStatusNot