Class AbstractReactiveSpecificationInterceptor<T,R>
java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,R>
io.micronaut.data.runtime.intercept.criteria.AbstractSpecificationInterceptor<T,R>
io.micronaut.data.runtime.intercept.criteria.reactive.AbstractReactiveSpecificationInterceptor<T,R>
- Type Parameters:
T
- The declaring typeR
- The return type
- All Implemented Interfaces:
DataInterceptor<T,
R>
- Direct Known Subclasses:
CountReactiveSpecificationInterceptor
,DeleteAllReactiveSpecificationInterceptor
,ExistsReactiveSpecificationInterceptor
,FindAllReactiveSpecificationInterceptor
,FindOneReactiveSpecificationInterceptor
,FindPageReactiveSpecificationInterceptor
,UpdateAllReactiveSpecificationInterceptor
public abstract class AbstractReactiveSpecificationInterceptor<T,R>
extends AbstractSpecificationInterceptor<T,R>
Abstract reactive specification interceptor.
- Since:
- 3.2
- Author:
- Denis Stepanov
-
Nested Class Summary
Nested classes/interfaces inherited from class io.micronaut.data.runtime.intercept.criteria.AbstractSpecificationInterceptor
AbstractSpecificationInterceptor.Type
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ReactiveCriteriaRepositoryOperations
protected final ReactiveRepositoryOperations
Fields inherited from class io.micronaut.data.runtime.intercept.criteria.AbstractSpecificationInterceptor
criteriaBuilder, criteriaRepositoryOperations, PREPARED_QUERY_KEY
Fields inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptor
conversionService, operations, preparedQueryResolver
-
Constructor Summary
ModifierConstructorDescriptionprotected
Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected final @NonNull org.reactivestreams.Publisher<Object>
findAllReactive
(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<T, R> context) Methods inherited from class io.micronaut.data.runtime.intercept.criteria.AbstractSpecificationInterceptor
applyPaginationAndSort, buildCountQuery, buildDeleteQuery, buildExistsQuery, buildIdsQuery, buildQuery, buildUpdateQuery, findAll, getCriteriaDeleteBuilder, getCriteriaQueryBuilder, getCriteriaUpdateBuilder, getDeleteSpecification, getIdExpression, getIdsCriteriaQueryBuilder, getMethodJoinPaths, getPageable, getQueryBuilder, getQuerySpecification, getUpdateSpecification
Methods inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptor
convertOne, convertOne, count, findEntitiesParameter, findEntityParameter, getDeleteAllBatchOperation, getDeleteBatchOperation, getDeleteBatchOperation, getDeleteOperation, getDeleteReturningBatchOperation, getDeleteReturningOperation, getEntitiesParameter, getEntityParameter, getInsertBatchOperation, getInsertBatchOperation, getInsertOperation, getInsertOperation, getLimit, getOffset, getPageableInRole, getPagedQuery, getParameterInRole, getParameterValueMap, getRequiredEntity, getRequiredParameterInRole, getRequiredRootEntity, getReturnType, getUpdateAllBatchOperation, getUpdateOperation, getUpdateOperation, instantiateEntity, isNullable, isNumber, prepareCountQuery, prepareQuery, validateNullArguments
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept
-
Field Details
-
reactiveOperations
-
reactiveCriteriaOperations
-
-
Constructor Details
-
AbstractReactiveSpecificationInterceptor
Default constructor.- Parameters:
operations
- The operations
-
-
Method Details
-
findAllReactive
@NonNull protected final @NonNull org.reactivestreams.Publisher<Object> findAllReactive(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<T, R> context)
-