Interface ResourceAttributeElasticSearchRepository
-
- All Superinterfaces:
AbstractAttributeElasticSearchRepository<ResourceAttributeDoc>
,AbstractAttributeElasticSearchRepositoryCustom<ResourceAttributeDoc,ResourceAttributeSearchBean>
,AbstractCustomElasticSearchRepository<ResourceAttributeDoc,ResourceAttributeSearchBean,String>
,org.springframework.data.repository.CrudRepository<ResourceAttributeDoc,String>
,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<ResourceAttributeDoc,String>
,OpeniamElasticSearchRepository<ResourceAttributeDoc,String>
,org.springframework.data.repository.PagingAndSortingRepository<ResourceAttributeDoc,String>
,org.springframework.data.repository.Repository<ResourceAttributeDoc,String>
,ResourceAttributeElasticSearchRepositoryCustom
@Repository public interface ResourceAttributeElasticSearchRepository extends AbstractAttributeElasticSearchRepository<ResourceAttributeDoc>, ResourceAttributeElasticSearchRepositoryCustom
-
-
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
-
-