Interface StoredDataOperation<R>

    • Field Summary

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

        EMPTY
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      io.micronaut.core.type.Argument<R> getResultArgument()  
      default java.util.Optional<io.micronaut.transaction.TransactionDefinition> getTransactionDefinition()  
      • 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
    • Method Detail

      • getTransactionDefinition

        @NonNull
        default java.util.Optional<io.micronaut.transaction.TransactionDefinition> getTransactionDefinition()
        Returns:
        If the operation defines a transaction this method returned it.
        Since:
        2.2.0
      • getResultArgument

        @NonNull
        io.micronaut.core.type.Argument<R> getResultArgument()
        Returns:
        The query result type