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