Interface GroupAttributeElasticSearchRepository
-
- All Superinterfaces:
AbstractAttributeElasticSearchRepository<GroupAttributeDoc>
,AbstractAttributeElasticSearchRepositoryCustom<GroupAttributeDoc,GroupAttributeSearchBean>
,AbstractCustomElasticSearchRepository<GroupAttributeDoc,GroupAttributeSearchBean,String>
,org.springframework.data.repository.CrudRepository<GroupAttributeDoc,String>
,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<GroupAttributeDoc,String>
,GroupAttributeElasticSearchRepositoryCustom
,OpeniamElasticSearchRepository<GroupAttributeDoc,String>
,org.springframework.data.repository.PagingAndSortingRepository<GroupAttributeDoc,String>
,org.springframework.data.repository.Repository<GroupAttributeDoc,String>
@Repository public interface GroupAttributeElasticSearchRepository extends AbstractAttributeElasticSearchRepository<GroupAttributeDoc>, GroupAttributeElasticSearchRepositoryCustom
-
-
Method Summary
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.custom.AbstractAttributeElasticSearchRepositoryCustom
getNestedQueryBuilder
-
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
-
-