Uses of Interface
in.co.akshitbansal.springwebquery.repository.SelectionsProvider
Packages that use SelectionsProvider
Package
Description
Spring Data repository fragments that support tuple-oriented Web Query access.
-
Uses of SelectionsProvider in in.co.akshitbansal.springwebquery.repository
Methods in in.co.akshitbansal.springwebquery.repository with parameters of type SelectionsProviderModifier and TypeMethodDescriptionList<jakarta.persistence.Tuple>WebQueryRepository.findAll(org.springframework.data.jpa.domain.Specification<T> specification, org.springframework.data.domain.Pageable pageable, SelectionsProvider<T> selectionsProvider) Executes a tuple query for the given specification, sort/page request, and selection definition.List<jakarta.persistence.Tuple>WebQueryRepositoryImpl.findAll(@NonNull org.springframework.data.jpa.domain.Specification<T> specification, @NonNull org.springframework.data.domain.Pageable pageable, @NonNull SelectionsProvider<T> selectionsProvider) org.springframework.data.domain.Page<jakarta.persistence.Tuple>WebQueryRepository.findAllPaged(org.springframework.data.jpa.domain.Specification<T> specification, org.springframework.data.domain.Pageable pageable, SelectionsProvider<T> selectionsProvider) Executes a tuple query and wraps the results in a page.org.springframework.data.domain.Page<jakarta.persistence.Tuple>WebQueryRepositoryImpl.findAllPaged(@NonNull org.springframework.data.jpa.domain.Specification<T> specification, @NonNull org.springframework.data.domain.Pageable pageable, @NonNull SelectionsProvider<T> selectionsProvider)