Interface LoginElasticSearchRepository
-
- All Superinterfaces:
AbstractCustomElasticSearchRepository<LoginDoc,LoginSearchBean,String>,org.springframework.data.repository.CrudRepository<LoginDoc,String>,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<LoginDoc,String>,LoginElasticSearchRepositoryCustom,OpeniamElasticSearchRepository<LoginDoc,String>,org.springframework.data.repository.PagingAndSortingRepository<LoginDoc,String>,org.springframework.data.repository.Repository<LoginDoc,String>
@Repository public interface LoginElasticSearchRepository extends OpeniamElasticSearchRepository<LoginDoc,String>, LoginElasticSearchRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description List<LoginDoc>findByUserId(String userId)List<LoginDoc>findByUserIdAndManagedSysId(String userId, String managedSysId)LoginDocfindFirstByUserIdAndManagedSysId(String userId, String managedSysId)default Class<LoginDoc>getDocumentClass()-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.AbstractCustomElasticSearchRepository
allowReindex, 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.LoginElasticSearchRepositoryCustom
count, findUserIds, getNestedQueryBuilder
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.OpeniamElasticSearchRepository
getPageable
-
-
-
-
Method Detail
-
getDocumentClass
default Class<LoginDoc> getDocumentClass()
- Specified by:
getDocumentClassin interfaceAbstractCustomElasticSearchRepository<LoginDoc,LoginSearchBean,String>- Specified by:
getDocumentClassin interfaceOpeniamElasticSearchRepository<LoginDoc,String>
-
findByUserIdAndManagedSysId
List<LoginDoc> findByUserIdAndManagedSysId(String userId, String managedSysId)
-
-