Class DefaultPagedQuery<E>
java.lang.Object
io.micronaut.data.runtime.query.internal.DefaultPagedQuery<E>
- Type Parameters:
- E- The paged query
- All Implemented Interfaces:
- io.micronaut.core.annotation.AnnotationMetadataProvider,- io.micronaut.core.annotation.AnnotationSource,- io.micronaut.core.naming.Named,- PagedQuery<E>
Default implementation of 
PagedQuery.- 
Field SummaryFields inherited from interface io.micronaut.core.annotation.AnnotationSourceEMPTY
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultPagedQuery(io.micronaut.inject.ExecutableMethod<?, ?> method, @NonNull Class<E> rootEntity, Pageable pageable) Default constructor.
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.annotation.AnnotationMetadataProviderfindAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getTargetAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypeMethods inherited from interface io.micronaut.core.annotation.AnnotationSourcegetAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclaredMethods inherited from interface io.micronaut.data.model.runtime.PagedQuerygetQueryHints
- 
Constructor Details
- 
Method Details- 
getRootEntityDescription copied from interface:PagedQueryThe root entity type.- Specified by:
- getRootEntityin interface- PagedQuery<E>
- Returns:
- The root entity type
 
- 
getPageable- Specified by:
- getPageablein interface- PagedQuery<E>
- Returns:
- The pageable object. Defaults to Pageable.UNPAGED
 
- 
getName- Specified by:
- getNamein interface- io.micronaut.core.naming.Named
 
- 
getAnnotationMetadatapublic io.micronaut.core.annotation.AnnotationMetadata getAnnotationMetadata()- Specified by:
- getAnnotationMetadatain interface- io.micronaut.core.annotation.AnnotationMetadataProvider
 
 
-