T
- The declaring typeR
- The return typepublic abstract class AbstractReactiveInterceptor<T,R> extends AbstractQueryInterceptor<T,R>
Modifier and Type | Field and Description |
---|---|
protected ReactiveRepositoryOperations |
reactiveOperations |
operations
Modifier | Constructor and Description |
---|---|
protected |
AbstractReactiveInterceptor(RepositoryOperations operations)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected org.reactivestreams.Publisher<java.lang.Integer> |
count(org.reactivestreams.Publisher<R> publisher)
Count the items.
|
convertNumberArgumentIfNecessary, count, findEntitiesParameter, findEntityParameter, getDeleteBatchOperation, getDeleteBatchOperation, getDeleteOperation, getEntitiesParameter, getEntityParameter, getInsertBatchOperation, getInsertBatchOperation, getInsertOperation, getInsertOperation, getPageable, getPagedQuery, getRequiredEntity, getRequiredRootEntity, getUpdateAllBatchOperation, getUpdateOperation, getUpdateOperation, instantiateEntity, isNullable, isNumber, prepareCountQuery, prepareQuery, prepareQuery, validateNullArguments
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
intercept
@NonNull protected final ReactiveRepositoryOperations reactiveOperations
protected AbstractReactiveInterceptor(@NonNull RepositoryOperations operations)
operations
- The operationsprotected org.reactivestreams.Publisher<java.lang.Integer> count(org.reactivestreams.Publisher<R> publisher)
publisher
- the publisher