E
- The entity typeR
- The result typeDtb
- The database typepublic interface MongoPreparedQuery<E,R,Dtb> extends PreparedQuery<E,R>
PreparedQuery
.Modifier and Type | Method and Description |
---|---|
MongoAggregation |
getAggregation() |
Dtb |
getDatabase() |
MongoDelete |
getDeleteMany() |
MongoFind |
getFind() |
RuntimePersistentEntity<E> |
getRuntimePersistentEntity() |
MongoUpdate |
getUpdateMany() |
boolean |
isAggregate() |
getArguments, getLastUpdatedType, getParameterArray, getParameterValues, getQueryHints, getRepositoryType
getPageable, getRootEntity
getArgumentTypes, getEntityIdentifierType, getExpandableQueryParts, getIndexedParameterAutoPopulatedPreviousPropertyIndexes, getIndexedParameterAutoPopulatedPreviousPropertyPaths, getIndexedParameterAutoPopulatedPropertyPaths, getIndexedParameterBinding, getIndexedParameterPaths, getIndexedParameterTypes, getJoinFetchPaths, getLastUpdatedProperty, getParameterBinding, getParameterNames, getQuery, getQueryBindings, getResultArgument, getResultDataType, getResultType, getRootEntity, hasInExpression, hasPageable, hasResultConsumer, isCount, isDtoProjection, isNative, isOptimisticLock, isSingleResult, useNumericPlaceholders
getParameterInRole
getTransactionDefinition
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
RuntimePersistentEntity<E> getRuntimePersistentEntity()
Dtb getDatabase()
boolean isAggregate()
MongoAggregation getAggregation()
MongoFind getFind()
MongoUpdate getUpdateMany()
MongoDelete getDeleteMany()