Interface BindableParametersStoredQuery<E,​R>

    • Field Summary

      • Fields inherited from interface io.micronaut.core.annotation.AnnotationSource

        EMPTY
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void bindParameters​(BindableParametersStoredQuery.Binder binder, io.micronaut.aop.InvocationContext<?,​?> invocationContext, E entity, java.util.Map<io.micronaut.data.model.runtime.QueryParameterBinding,​java.lang.Object> previousValues)
      Bind query parameters.
      • Methods inherited from interface io.micronaut.core.annotation.AnnotationMetadataProvider

        findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
      • Methods inherited from interface io.micronaut.core.annotation.AnnotationSource

        getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared
      • Methods inherited from interface io.micronaut.core.naming.Named

        getName
      • Methods inherited from interface io.micronaut.data.model.runtime.StoredDataOperation

        getTransactionDefinition
      • Methods inherited from interface io.micronaut.data.model.runtime.StoredQuery

        getArgumentTypes, getEntityIdentifierType, getExpandableQueryParts, getIndexedParameterAutoPopulatedPreviousPropertyIndexes, getIndexedParameterAutoPopulatedPreviousPropertyPaths, getIndexedParameterAutoPopulatedPropertyPaths, getIndexedParameterBinding, getIndexedParameterPaths, getIndexedParameterTypes, getJoinFetchPaths, getLastUpdatedProperty, getParameterBinding, getParameterNames, getQuery, getQueryBindings, getQueryHints, getResultArgument, getResultDataType, getResultType, getRootEntity, hasInExpression, hasPageable, hasResultConsumer, isCount, isDtoProjection, isNative, isOptimisticLock, isRawQuery, isSingleResult, useNumericPlaceholders
    • Method Detail

      • bindParameters

        void bindParameters​(BindableParametersStoredQuery.Binder binder,
                            @Nullable
                            io.micronaut.aop.InvocationContext<?,​?> invocationContext,
                            @Nullable
                            E entity,
                            @Nullable
                            java.util.Map<io.micronaut.data.model.runtime.QueryParameterBinding,​java.lang.Object> previousValues)
        Bind query parameters.
        Parameters:
        binder - The binder
        invocationContext - The invocation context
        entity - The entity
        previousValues - The previous auto-populated collected values