Interface FirestoreReactiveRepository<T>
- Type Parameters:
T
- the domain type.
- All Superinterfaces:
org.springframework.data.repository.reactive.ReactiveCrudRepository<T,
,String> org.springframework.data.repository.Repository<T,
String>
- All Known Implementing Classes:
SimpleFirestoreReactiveRepository
public interface FirestoreReactiveRepository<T>
extends org.springframework.data.repository.reactive.ReactiveCrudRepository<T,String>
The Firestore repository type.
- Since:
- 1.2
-
Method Summary
Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository
count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll