Interface MethodContextAwareStoredQueryDecorator

    • Method Detail

      • decorate

        <E,​R> StoredQuery<E,​R> decorate​(io.micronaut.aop.MethodInvocationContext<?,​?> context,
                                                    StoredQuery<E,​R> storedQuery)
        Decorate stored query.
        Type Parameters:
        E - The entity type
        R - The result type
        Parameters:
        context - The context
        storedQuery - The query to be decorated
        Returns:
        decorated stored query