Interface AuditLogElasticSearchRepository
-
- All Superinterfaces:
AbstractCustomElasticSearchRepository<IdmAuditLogDoc,AuditLogSearchBean,String>,AuditLogElasticSearchRepositoryCustom,org.springframework.data.repository.CrudRepository<IdmAuditLogDoc,String>,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<IdmAuditLogDoc,String>,OpeniamElasticSearchRepository<IdmAuditLogDoc,String>,org.springframework.data.repository.PagingAndSortingRepository<IdmAuditLogDoc,String>,org.springframework.data.repository.Repository<IdmAuditLogDoc,String>
@Repository public interface AuditLogElasticSearchRepository extends OpeniamElasticSearchRepository<IdmAuditLogDoc,String>, AuditLogElasticSearchRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<IdmAuditLogDoc>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.openiam.esb.elasticsearch.repository.custom.AuditLogElasticSearchRepositoryCustom
find
-
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<IdmAuditLogDoc> getDocumentClass()
- Specified by:
getDocumentClassin interfaceAbstractCustomElasticSearchRepository<IdmAuditLogDoc,AuditLogSearchBean,String>- Specified by:
getDocumentClassin interfaceOpeniamElasticSearchRepository<IdmAuditLogDoc,String>
-
-