Interface OpeniamElasticSearchRepository<T,ID extends Serializable>
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,ID>
,org.springframework.data.elasticsearch.repository.ElasticsearchRepository<T,ID>
,org.springframework.data.repository.PagingAndSortingRepository<T,ID>
,org.springframework.data.repository.Repository<T,ID>
- All Known Subinterfaces:
AbstractAttributeElasticSearchRepository<A>
,AuditLogElasticSearchRepository
,EmailElasticSearchRepository
,GroupAttributeElasticSearchRepository
,GroupElasticSearchRepository
,IncompleteSelfRegistrationElasticSearchRepository
,LoginElasticSearchRepository
,ManagedSysElasticSearchRepository
,MetadataTypeElasticSearchRepository
,OrganizationElasticSearchRepository
,OrphanElasticSearchRepository
,PhoneElasticSearchRepository
,ResourceAttributeElasticSearchRepository
,ResourceElasticSearchRepository
,RoleElasticSearchRepository
,UserAttributeElasticSearchRepository
,UserElasticSearchRepository
@NoRepositoryBean public interface OpeniamElasticSearchRepository<T,ID extends Serializable> extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<T,ID>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Class<T>
getDocumentClass()
default org.springframework.data.domain.Pageable
getPageable(int from, int size)
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
-