- 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
- Author:
- Chengyuan Zhao