E
- The entity typeR
- The result typepublic interface PreparedQuery<E,R> extends PagedQuery<E>, StoredQuery<E,R>, PreparedDataOperation<R>
StoredQuery
and includes the bound parameter values.Modifier and Type | Method and Description |
---|---|
io.micronaut.core.type.Argument[] |
getArguments() |
default java.lang.Class<?> |
getLastUpdatedType()
Deprecated.
|
java.lang.Object[] |
getParameterArray() |
java.util.Map<java.lang.String,java.lang.Object> |
getParameterValues() |
default java.util.Map<java.lang.String,java.lang.Object> |
getQueryHints()
The parameter binding.
|
java.lang.Class<?> |
getRepositoryType() |
getPageable, getRootEntity
getArgumentTypes, getEntityIdentifierType, getIndexedParameterAutoPopulatedPreviousPropertyIndexes, getIndexedParameterAutoPopulatedPreviousPropertyPaths, getIndexedParameterAutoPopulatedPropertyPaths, getIndexedParameterBinding, getIndexedParameterPaths, getIndexedParameterTypes, getJoinFetchPaths, getLastUpdatedProperty, getParameterBinding, getParameterNames, getQuery, 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
java.lang.Class<?> getRepositoryType()
@NonNull java.util.Map<java.lang.String,java.lang.Object> getParameterValues()
java.lang.Object[] getParameterArray()
io.micronaut.core.type.Argument[] getArguments()
@Deprecated default java.lang.Class<?> getLastUpdatedType()
@NonNull default java.util.Map<java.lang.String,java.lang.Object> getQueryHints()
PagedQuery
getQueryHints
in interface PagedQuery<E>
getQueryHints
in interface StoredQuery<E,R>