Interface IncompleteSelfRegistrationElasticSearchRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<IncompleteSelfRegistrationDoc,String>,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<IncompleteSelfRegistrationDoc,String>,OpeniamElasticSearchRepository<IncompleteSelfRegistrationDoc,String>,org.springframework.data.repository.PagingAndSortingRepository<IncompleteSelfRegistrationDoc,String>,org.springframework.data.repository.Repository<IncompleteSelfRegistrationDoc,String>
@Repository public interface IncompleteSelfRegistrationElasticSearchRepository extends OpeniamElasticSearchRepository<IncompleteSelfRegistrationDoc,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intdeleteAllBySessionId(String sessionId)IncompleteSelfRegistrationDocfindFirstBySessionId(String sessionId)default Class<IncompleteSelfRegistrationDoc>getDocumentClass()-
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
-
findFirstBySessionId
IncompleteSelfRegistrationDoc findFirstBySessionId(String sessionId)
-
deleteAllBySessionId
int deleteAllBySessionId(String sessionId)
-
getDocumentClass
default Class<IncompleteSelfRegistrationDoc> getDocumentClass()
- Specified by:
getDocumentClassin interfaceOpeniamElasticSearchRepository<IncompleteSelfRegistrationDoc,String>
-
-