Interface OrphanElasticSearchRepository
-
- All Superinterfaces:
AbstractCustomElasticSearchRepository<OrphanDoc,OrphanSearchBean,String>
,org.springframework.data.repository.CrudRepository<OrphanDoc,String>
,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<OrphanDoc,String>
,OpeniamElasticSearchRepository<OrphanDoc,String>
,OrphanElasticSearchRepositoryCustom
,org.springframework.data.repository.PagingAndSortingRepository<OrphanDoc,String>
,org.springframework.data.repository.Repository<OrphanDoc,String>
@Repository public interface OrphanElasticSearchRepository extends OpeniamElasticSearchRepository<OrphanDoc,String>, OrphanElasticSearchRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<OrphanDoc>
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
-
-
-
-
Method Detail
-
getDocumentClass
default Class<OrphanDoc> getDocumentClass()
- Specified by:
getDocumentClass
in interfaceAbstractCustomElasticSearchRepository<OrphanDoc,OrphanSearchBean,String>
- Specified by:
getDocumentClass
in interfaceOpeniamElasticSearchRepository<OrphanDoc,String>
-
-