- All Superinterfaces:
org.springframework.data.repository.CrudRepository<HubEntity,String>, org.springframework.data.elasticsearch.repository.ElasticsearchRepository<HubEntity,String>, org.springframework.data.repository.PagingAndSortingRepository<HubEntity,String>, org.springframework.data.repository.Repository<HubEntity,String>
public interface HubRepository
extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<HubEntity,String>
-
Method Summary
org.springframework.data.domain.Page<HubEntity>
org.springframework.data.domain.Page<HubEntity>
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
delete, deleteAll, deleteAll, deleteAllById, deleteById, save, saveAll, searchSimilar
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll
-
Method Details
-
-
findByEnabledIsTrue
org.springframework.data.domain.Page<HubEntity> findByEnabledIsTrue(org.springframework.data.domain.Pageable pageable)
-
findByAddressInAndEnabledIsTrue
org.springframework.data.domain.Page<HubEntity> findByAddressInAndEnabledIsTrue(Set<String> hubAddresses,
org.springframework.data.domain.Pageable pageable)
-
-