Interface OrganizationElasticSearchRepository
-
- All Superinterfaces:
AbstractCustomElasticSearchRepository<OrganizationDoc,OrganizationSearchBean,String>
,org.springframework.data.repository.CrudRepository<OrganizationDoc,String>
,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<OrganizationDoc,String>
,OpeniamElasticSearchRepository<OrganizationDoc,String>
,OrganizationElasticSearchRepositoryCustom
,org.springframework.data.repository.PagingAndSortingRepository<OrganizationDoc,String>
,org.springframework.data.repository.Repository<OrganizationDoc,String>
@Repository public interface OrganizationElasticSearchRepository extends OpeniamElasticSearchRepository<OrganizationDoc,String>, OrganizationElasticSearchRepositoryCustom
- Author:
- lbornova ElasticSearch Repostiory for Organization
-
-
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
-
-