Interface PhoneElasticSearchRepository
-
- All Superinterfaces:
AbstractCustomElasticSearchRepository<PhoneDoc,PhoneSearchBean,String>
,org.springframework.data.repository.CrudRepository<PhoneDoc,String>
,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<PhoneDoc,String>
,OpeniamElasticSearchRepository<PhoneDoc,String>
,org.springframework.data.repository.PagingAndSortingRepository<PhoneDoc,String>
,PhoneElasticSearchRepositoryCustom
,org.springframework.data.repository.Repository<PhoneDoc,String>
@Repository public interface PhoneElasticSearchRepository extends OpeniamElasticSearchRepository<PhoneDoc,String>, PhoneElasticSearchRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<PhoneDoc>
getDocumentClass()
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.AbstractCustomElasticSearchRepository
allowReindex, count, findAll, findAllPageable, findBeans, findByIds, findByIdsPage, findIds, 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
getPageable
-
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.custom.PhoneElasticSearchRepositoryCustom
findUserIds, getNestedQueryBuilder
-
-
-
-
Method Detail
-
getDocumentClass
default Class<PhoneDoc> getDocumentClass()
- Specified by:
getDocumentClass
in interfaceAbstractCustomElasticSearchRepository<PhoneDoc,PhoneSearchBean,String>
- Specified by:
getDocumentClass
in interfaceOpeniamElasticSearchRepository<PhoneDoc,String>
-
-