Interface EmailElasticSearchRepository
-
- All Superinterfaces:
AbstractCustomElasticSearchRepository<EmailDoc,EmailSearchBean,String>,org.springframework.data.repository.CrudRepository<EmailDoc,String>,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<EmailDoc,String>,EmailElasticSearchRepositoryCustom,OpeniamElasticSearchRepository<EmailDoc,String>,org.springframework.data.repository.PagingAndSortingRepository<EmailDoc,String>,org.springframework.data.repository.Repository<EmailDoc,String>
@Repository public interface EmailElasticSearchRepository extends OpeniamElasticSearchRepository<EmailDoc,String>, EmailElasticSearchRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<EmailDoc>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.custom.EmailElasticSearchRepositoryCustom
getNestedQueryBuilder
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.OpeniamElasticSearchRepository
getPageable
-
-
-
-
Method Detail
-
getDocumentClass
default Class<EmailDoc> getDocumentClass()
- Specified by:
getDocumentClassin interfaceAbstractCustomElasticSearchRepository<EmailDoc,EmailSearchBean,String>- Specified by:
getDocumentClassin interfaceOpeniamElasticSearchRepository<EmailDoc,String>
-
-