public interface PagedQueryResolver
Modifier and Type | Method and Description |
---|---|
<E> PagedQuery<E> |
resolveQuery(io.micronaut.aop.MethodInvocationContext<?,?> context,
java.lang.Class<E> entityClass,
Pageable pageable)
Paged query resolved from the method context.
|
<E> PagedQuery<E> resolveQuery(@NonNull io.micronaut.aop.MethodInvocationContext<?,?> context, @NonNull java.lang.Class<E> entityClass, @NonNull Pageable pageable)
E
- The entity typecontext
- The method contextentityClass
- The entity classpageable
- The pageable