@NoRepositoryBean
public interface ReadOnlyRepository<T,ID>
extends org.springframework.data.repository.Repository<T,ID>
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
boolean |
existsById(ID id) |
Iterable<T> |
findAll() |
org.springframework.data.domain.Page<T> |
findAll(org.springframework.data.domain.Pageable pageable) |
Optional<T> |
findById(ID id) |
Copyright © 2025. All rights reserved.