@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() |
Optional<T> |
findById(ID id) |
Copyright © 2025. All rights reserved.