public interface ReactiveCapableRepository extends RepositoryOperations
RepositoryOperations
and adds the able for a datastore to expose reactive operations if they are supported.Modifier and Type | Method and Description |
---|---|
ReactiveRepositoryOperations |
reactive() |
count, delete, deleteAll, executeDelete, executeUpdate, exists, findAll, findAll, findOne, findOne, findPage, findStream, findStream, getEntity, getQueryHints, persist, persistAll, update, updateAll
@NonNull ReactiveRepositoryOperations reactive()