Interface AbstractAttributeElasticSearchRepository<A extends AbstractAttributeDoc>
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<A,String>
,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<A,String>
,OpeniamElasticSearchRepository<A,String>
,org.springframework.data.repository.PagingAndSortingRepository<A,String>
,org.springframework.data.repository.Repository<A,String>
- All Known Subinterfaces:
GroupAttributeElasticSearchRepository
,ResourceAttributeElasticSearchRepository
,UserAttributeElasticSearchRepository
@NoRepositoryBean public interface AbstractAttributeElasticSearchRepository<A extends AbstractAttributeDoc> extends OpeniamElasticSearchRepository<A,String>
-
-
Method Summary
-
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
getDocumentClass, getPageable
-
-