T
- The declaring typeR
- The paged type.public class DefaultFindPageInterceptor<T,R> extends AbstractQueryInterceptor<T,R> implements FindPageInterceptor<T,R>
FindPageInterceptor
.operations
Modifier | Constructor and Description |
---|---|
protected |
DefaultFindPageInterceptor(RepositoryOperations datastore)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
R |
intercept(RepositoryMethodKey methodKey,
io.micronaut.aop.MethodInvocationContext<T,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 DefaultFindPageInterceptor(@NonNull RepositoryOperations datastore)
datastore
- The operationspublic R intercept(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<T,R> context)
DataInterceptor
intercept
in interface DataInterceptor<T,R>
methodKey
- The method keycontext
- The context