Interface ExApplicationContextRepoAsync
- All Superinterfaces:
org.springframework.data.repository.reactive.ReactiveCrudRepository<ExApplicationContext,String>
,org.springframework.data.mongodb.repository.ReactiveMongoRepository<ExApplicationContext,String>
,org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<ExApplicationContext>
,org.springframework.data.repository.reactive.ReactiveSortingRepository<ExApplicationContext,String>
,org.springframework.data.repository.Repository<ExApplicationContext,String>
@Repository public interface ExApplicationContextRepoAsync extends org.springframework.data.mongodb.repository.ReactiveMongoRepository<ExApplicationContext,String>
-
Method Summary
Modifier and Type Method Description reactor.core.publisher.Mono<ExApplicationContext>
findByDocumentId(String documentId)
Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository
count, delete, deleteAll, deleteAll, deleteAll, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
Methods inherited from interface org.springframework.data.mongodb.repository.ReactiveMongoRepository
findAll, findAll, insert, insert, insert
Methods inherited from interface org.springframework.data.repository.query.ReactiveQueryByExampleExecutor
count, exists, findOne
Methods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository
findAll
-
Method Details
-
findByDocumentId
-