E
- The entity typepublic interface PagedQuery<E>
extends io.micronaut.core.naming.Named, io.micronaut.core.annotation.AnnotationMetadataProvider
Modifier and Type | Method and Description |
---|---|
Pageable |
getPageable() |
default java.util.Map<java.lang.String,java.lang.Object> |
getQueryHints()
The parameter binding.
|
java.lang.Class<E> |
getRootEntity()
The root entity type.
|
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
@NonNull java.lang.Class<E> getRootEntity()
@NonNull Pageable getPageable()
Pageable.UNPAGED
@NonNull default java.util.Map<java.lang.String,java.lang.Object> getQueryHints()