Class DefaultFindPageInterceptor<T,R>
java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,R>
io.micronaut.data.runtime.intercept.DefaultAbstractFindPageInterceptor<T,R>
io.micronaut.data.runtime.intercept.DefaultFindPageInterceptor<T,R>
- Type Parameters:
T- The declaring typeR- The paged type.
- All Implemented Interfaces:
DataInterceptor<T,R>, FindPageInterceptor<T, R>
public class DefaultFindPageInterceptor<T,R>
extends DefaultAbstractFindPageInterceptor<T,R>
implements FindPageInterceptor<T,R>
Default implementation of
FindPageInterceptor.- Since:
- 1.0.0
- Author:
- graemerocher
-
Field Summary
Fields inherited from class AbstractQueryInterceptor
conversionService, operations, preparedQueryResolver -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefaultFindPageInterceptor(@NonNull RepositoryOperations datastore) Default constructor. -
Method Summary
Methods inherited from class DefaultAbstractFindPageInterceptor
interceptMethods inherited from class AbstractQueryInterceptor
convertOne, convertOne, count, findEntitiesParameter, findEntityParameter, getDeleteAllBatchOperation, getDeleteBatchOperation, getDeleteBatchOperation, getDeleteOperation, getDeleteReturningBatchOperation, getDeleteReturningOperation, getEntitiesParameter, getEntityParameter, getInsertBatchOperation, getInsertBatchOperation, getInsertOperation, getInsertOperation, getLimit, getOffset, getPageable, getPageableInRole, getPagedQuery, getParameterInRole, getParameterInRole, getParametersInRole, getParametersInRole, getParameterValueMap, getRequiredEntity, getRequiredParameterInRole, getRequiredRootEntity, getReturnType, getUpdateAllBatchOperation, getUpdateOperation, getUpdateOperation, hasReturnTypeInRole, instantiateEntity, isNumber, prepareCountQuery, prepareQuery, validateNullArgumentsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataInterceptor
intercept
-
Constructor Details
-
DefaultFindPageInterceptor
Default constructor.- Parameters:
datastore- The operations
-