Package org.openiam.elasticsearch.dao
Interface ProvisionRequestElasticSearchRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ProvisionRequestDoc,String>
,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<ProvisionRequestDoc,String>
,org.springframework.data.repository.PagingAndSortingRepository<ProvisionRequestDoc,String>
,ProvisionRequestElasticSearchRepositoryCustom
,org.springframework.data.repository.Repository<ProvisionRequestDoc,String>
@Repository public interface ProvisionRequestElasticSearchRepository extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<ProvisionRequestDoc,String>, ProvisionRequestElasticSearchRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Optional<ProvisionRequestDoc>
findById(String id)
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, save, saveAll
-
Methods inherited from interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
searchSimilar
-
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll
-
Methods inherited from interface org.openiam.elasticsearch.dao.ProvisionRequestElasticSearchRepositoryCustom
searchById
-
-
-
-
Method Detail
-
findById
default Optional<ProvisionRequestDoc> findById(String id)
- Specified by:
findById
in interfaceorg.springframework.data.repository.CrudRepository<ProvisionRequestDoc,String>
-
-