Interface RoleElasticSearchRepository
-
- All Superinterfaces:
AbstractCustomElasticSearchRepository<RoleDoc,RoleSearchBean,String>
,org.springframework.data.repository.CrudRepository<RoleDoc,String>
,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<RoleDoc,String>
,OpeniamElasticSearchRepository<RoleDoc,String>
,org.springframework.data.repository.PagingAndSortingRepository<RoleDoc,String>
,org.springframework.data.repository.Repository<RoleDoc,String>
,RoleElasticSearchRepositoryCustom
@Repository public interface RoleElasticSearchRepository extends OpeniamElasticSearchRepository<RoleDoc,String>, RoleElasticSearchRepositoryCustom
-
-
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
-
-