Interface ReadOnlyRepository<T,ID>
- All Superinterfaces:
org.springframework.data.repository.Repository<T,ID>
- All Known Subinterfaces:
MDStoreWithInfoRepository
@NoRepositoryBean
public interface ReadOnlyRepository<T,ID>
extends org.springframework.data.repository.Repository<T,ID>
-
Method Summary
-
Method Details
-
findById
-
existsById
-
findAll
-
count
long count()
-