Interface CustomizedJpaSpecificationExecutor<T>

All Superinterfaces:
org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
All Known Subinterfaces:
TaskRepository
All Known Implementing Classes:
CustomizedJpaSpecificationExecutorImpl

@NoRepositoryBean public interface CustomizedJpaSpecificationExecutor<T> extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor

    org.springframework.data.jpa.repository.JpaSpecificationExecutor.SpecificationFluentQuery<T>
  • Method Summary

    Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor

    count, delete, exists, findAll, findAll, findAll, findAll, findBy, findOne