Package org.openiam.elasticsearch.dao
Interface ProvisionStreamElasticSearchRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ProvisionStreamDoc,String>
,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<ProvisionStreamDoc,String>
,org.springframework.data.repository.PagingAndSortingRepository<ProvisionStreamDoc,String>
,org.springframework.data.repository.Repository<ProvisionStreamDoc,String>
@Repository public interface ProvisionStreamElasticSearchRepository extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<ProvisionStreamDoc,String>
Created by IntelliJ IDEA.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProvisionStreamDoc
findByParentAuditLogId(String parentAuditLogId)
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
-
-
-
Method Detail
-
findByParentAuditLogId
ProvisionStreamDoc findByParentAuditLogId(String parentAuditLogId)
-
-