Package 

Interface DataSearchBaseRepository

  • All Implemented Interfaces:
    com.weedow.spring.data.search.query.specification.SpecificationExecutor , org.springframework.data.repository.Repository

    @NoRepositoryBean() 
    public interface DataSearchBaseRepository<T extends Object, ID extends Serializable>
     implements Repository<T, ID>, SpecificationExecutor<T>
                        

    Spring Data Search specific extension of org.springframework.data.repository.Repository.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.springframework.data.repository.Repository

        equals, hashCode, toString
      • Methods inherited from class com.weedow.spring.data.search.repository.DataSearchBaseRepository

        findAll
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait