Interface QueryDslSearchRepository<T,​ID extends Serializable>

  • Type Parameters:
    T - the domain class
    ID - the type of the Id of the domain class
    All Superinterfaces:
    org.springframework.data.repository.CrudRepository<T,​ID>, org.springframework.data.jpa.repository.JpaRepository<T,​ID>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>, org.springframework.data.repository.PagingAndSortingRepository<T,​ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>, org.springframework.data.querydsl.QuerydslPredicateExecutor<T>, org.springframework.data.repository.Repository<T,​ID>, SearchRepository<T,​ID>

    @NoRepositoryBean
    public interface QueryDslSearchRepository<T,​ID extends Serializable>
    extends SearchRepository<T,​ID>, org.springframework.data.querydsl.QuerydslPredicateExecutor<T>
    A SearchRepository that additionally offers Query DSL functionality
    Author:
    Matthias Müller
    See Also:
    SearchRepository, QuerydslPredicateExecutor
    • Method Summary

      • 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, 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
      • Methods inherited from interface org.springframework.data.querydsl.QuerydslPredicateExecutor

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