T - The declaring typeR - The return generic typepublic class DefaultFindAllInterceptor<T,R> extends AbstractQueryInterceptor<T,java.lang.Iterable<R>> implements io.micronaut.data.intercept.FindAllInterceptor<T,R>
FindAllInterceptor.operations, preparedQueryResolver| Modifier | Constructor and Description |
|---|---|
protected |
DefaultFindAllInterceptor(io.micronaut.data.operations.RepositoryOperations datastore)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<R> |
intercept(io.micronaut.data.intercept.RepositoryMethodKey methodKey,
io.micronaut.aop.MethodInvocationContext<T,java.lang.Iterable<R>> context) |
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