T - The declaring typeR - The return typepublic abstract class AbstractReactiveInterceptor<T,R> extends AbstractQueryInterceptor<T,R>
| Modifier and Type | Field and Description |
|---|---|
protected io.micronaut.data.operations.reactive.ReactiveRepositoryOperations |
reactiveOperations |
operations, preparedQueryResolver| Modifier | Constructor and Description |
|---|---|
protected |
AbstractReactiveInterceptor(io.micronaut.data.operations.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, convertOne, count, findEntitiesParameter, findEntityParameter, getDeleteAllBatchOperation, getDeleteBatchOperation, getDeleteBatchOperation, getDeleteOperation, getEntitiesParameter, getEntityParameter, getInsertBatchOperation, getInsertBatchOperation, getInsertOperation, getInsertOperation, getPageable, getPagedQuery, getParameterValueMap, getRequiredEntity, getRequiredRootEntity, getReturnType, getUpdateAllBatchOperation, getUpdateOperation, getUpdateOperation, instantiateEntity, isNullable, isNumber, prepareCountQuery, prepareQuery, prepareQuery, prepareQuery, validateNullArguments@NonNull protected final io.micronaut.data.operations.reactive.ReactiveRepositoryOperations reactiveOperations
protected AbstractReactiveInterceptor(@NonNull
io.micronaut.data.operations.RepositoryOperations operations)
operations - The operationsprotected org.reactivestreams.Publisher<java.lang.Integer> count(org.reactivestreams.Publisher<R> publisher)
publisher - the publisher