Interface MongoPreparedQuery<E,R> 
- Type Parameters:
- E- The entity type
- R- The result type
- All Superinterfaces:
- io.micronaut.core.annotation.AnnotationMetadataProvider,- io.micronaut.core.annotation.AnnotationSource,- io.micronaut.core.attr.AttributeHolder,- io.micronaut.core.naming.Named,- PagedQuery<E>,- PreparedDataOperation<R>,- PreparedQuery<E,,- R> - StoredDataOperation<R>,- StoredQuery<E,- R> 
MongoDB's 
PreparedQuery.- Since:
- 3.3.0
- Author:
- Denis Stepanov
- 
Field SummaryFields inherited from interface io.micronaut.core.annotation.AnnotationSourceEMPTY
- 
Method SummaryMethods inherited from interface io.micronaut.core.annotation.AnnotationMetadataProviderfindAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, 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.core.attr.AttributeHoldergetAttribute, getAttribute, getAttributesMethods inherited from interface io.micronaut.core.naming.NamedgetNameMethods inherited from interface io.micronaut.data.model.runtime.PagedQuerygetPageable, getRootEntityMethods inherited from interface io.micronaut.data.model.runtime.PreparedDataOperationgetParameterInRoleMethods inherited from interface io.micronaut.data.model.runtime.PreparedQuerygetArguments, getParameterArray, getQueryHints, getRepositoryType, isRawQueryMethods inherited from interface io.micronaut.data.model.runtime.StoredQuerygetArgumentTypes, getEntityIdentifierType, getExpandableQueryParts, getJoinFetchPaths, getQuery, getQueryBindings, getResultArgument, getResultDataType, getResultType, getRootEntity, hasPageable, hasResultConsumer, isCount, isDtoProjection, isJsonEntity, isNative, isOptimisticLock, isSingleResult, useNumericPlaceholders
- 
Method Details- 
getPersistentEntityRuntimePersistentEntity<E> getPersistentEntity()- Returns:
- The persistent entity
 
- 
isAggregateboolean isAggregate()- Returns:
- Is aggregation query?
 
- 
getAggregationMongoAggregation getAggregation()- Returns:
- The data to execute the aggregation
 
- 
getFindMongoFind getFind()- Returns:
- The data to execute the find
 
- 
getUpdateManyMongoUpdate getUpdateMany()- Returns:
- The data to execute the update many
 
- 
getDeleteManyMongoDelete getDeleteMany()- Returns:
- The data to execute the delete many
 
 
-