Interface UserAttributeElasticSearchRepository
-
- All Superinterfaces:
AbstractAttributeElasticSearchRepository<UserAttributeDoc>
,AbstractAttributeElasticSearchRepositoryCustom<UserAttributeDoc,UserAttributeSearchBean>
,AbstractCustomElasticSearchRepository<UserAttributeDoc,UserAttributeSearchBean,String>
,org.springframework.data.repository.CrudRepository<UserAttributeDoc,String>
,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<UserAttributeDoc,String>
,OpeniamElasticSearchRepository<UserAttributeDoc,String>
,org.springframework.data.repository.PagingAndSortingRepository<UserAttributeDoc,String>
,org.springframework.data.repository.Repository<UserAttributeDoc,String>
,UserAttributeElasticSearchRepositoryCustom
@Repository public interface UserAttributeElasticSearchRepository extends AbstractAttributeElasticSearchRepository<UserAttributeDoc>, UserAttributeElasticSearchRepositoryCustom
-
-
Method Summary
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.AbstractCustomElasticSearchRepository
allowReindex, count, findAll, findAllPageable, findBeans, findByIds, findByIdsPage, findIds, getDocumentClass, getPageable, isValidSearchBean, prepare
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Methods inherited from interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
searchSimilar
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.OpeniamElasticSearchRepository
getDocumentClass, getPageable
-
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.custom.UserAttributeElasticSearchRepositoryCustom
findUserIds, getNestedQueryBuilder
-
-