E
- The paged query@Internal public final class DefaultPagedQuery<E> extends java.lang.Object implements PagedQuery<E>
PagedQuery
.Constructor and Description |
---|
DefaultPagedQuery(io.micronaut.inject.ExecutableMethod<?,?> method,
java.lang.Class<E> rootEntity,
Pageable pageable)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
io.micronaut.core.annotation.AnnotationMetadata |
getAnnotationMetadata() |
java.lang.String |
getName() |
Pageable |
getPageable() |
java.lang.Class<E> |
getRootEntity()
The root entity type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getQueryHints
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
@NonNull public java.lang.Class<E> getRootEntity()
PagedQuery
getRootEntity
in interface PagedQuery<E>
@NonNull public Pageable getPageable()
getPageable
in interface PagedQuery<E>
Pageable.UNPAGED
@NonNull public java.lang.String getName()
getName
in interface io.micronaut.core.naming.Named
public io.micronaut.core.annotation.AnnotationMetadata getAnnotationMetadata()
getAnnotationMetadata
in interface io.micronaut.core.annotation.AnnotationMetadataProvider