Package org.openiam.br.es.repository
Interface UserBusinessRuleRecalculationElasticSearchRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<UserBusinessRuleRecalculationDoc,String>
,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<UserBusinessRuleRecalculationDoc,String>
,org.springframework.data.repository.PagingAndSortingRepository<UserBusinessRuleRecalculationDoc,String>
,org.springframework.data.repository.Repository<UserBusinessRuleRecalculationDoc,String>
@Repository public interface UserBusinessRuleRecalculationElasticSearchRepository extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<UserBusinessRuleRecalculationDoc,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description void
deleteAllByUserId(String userId)
org.springframework.data.domain.Page<UserBusinessRuleRecalculationDoc>
findAllByUserDisplayNameStartsWithOrderByUserDisplayName(String searchTerm, org.springframework.data.domain.Pageable pageable)
default org.springframework.data.domain.Pageable
getPageable(int from, int size)
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
-
-
-
Method Detail
-
deleteAllByUserId
void deleteAllByUserId(String userId)
-
findAllByUserDisplayNameStartsWithOrderByUserDisplayName
org.springframework.data.domain.Page<UserBusinessRuleRecalculationDoc> findAllByUserDisplayNameStartsWithOrderByUserDisplayName(String searchTerm, org.springframework.data.domain.Pageable pageable)
-
getPageable
default org.springframework.data.domain.Pageable getPageable(int from, int size)
-
-