T
- The declaring typeR
- The return generic typepublic class DefaultFindAllInterceptor<T,R> extends AbstractQueryInterceptor<T,java.lang.Iterable<R>> implements FindAllInterceptor<T,R>
FindAllInterceptor
.operations
Modifier | Constructor and Description |
---|---|
protected |
DefaultFindAllInterceptor(RepositoryOperations datastore)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<R> |
intercept(RepositoryMethodKey methodKey,
io.micronaut.aop.MethodInvocationContext<T,java.lang.Iterable<R>> context)
Intercepts a data method execution.
|
convertNumberArgumentIfNecessary, getDeleteAllBatchOperation, getDeleteAllBatchOperation, getDeleteBatchOperation, getDeleteBatchOperation, getDeleteOperation, getInsertBatchOperation, getInsertBatchOperation, getInsertOperation, getInsertOperation, getPageable, getPagedQuery, getRequiredEntity, getRequiredRootEntity, getUpdateOperation, instantiateEntity, isNullable, prepareCountQuery, prepareQuery, prepareQuery, validateNullArguments
protected DefaultFindAllInterceptor(RepositoryOperations datastore)
datastore
- The operationspublic java.lang.Iterable<R> intercept(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<T,java.lang.Iterable<R>> context)
DataInterceptor
intercept
in interface DataInterceptor<T,java.lang.Iterable<R>>
methodKey
- The method keycontext
- The context