Interface StoredDataOperation<R>

Type Parameters:
R - the result type
All Superinterfaces:
io.micronaut.core.annotation.AnnotationMetadataProvider, io.micronaut.core.annotation.AnnotationSource
All Known Subinterfaces:
BatchOperation<E>, DeleteBatchOperation<E>, DeleteOperation<E>, DeleteReturningBatchOperation<E,R>, DeleteReturningOperation<E,R>, EntityInstanceOperation<E>, EntityOperation<E>, InsertBatchOperation<E>, InsertOperation<E>, PreparedDataOperation<R>, PreparedQuery<E,R>, StoredQuery<E,R>, UpdateBatchOperation<E>, UpdateOperation<E>
All Known Implementing Classes:
AbstractPreparedDataOperation, DefaultStoredDataOperation

public interface StoredDataOperation<R> extends io.micronaut.core.annotation.AnnotationMetadataProvider
Common super interface for all stored operations.
Since:
2.2.0
See Also:
  • Field Summary

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

    EMPTY
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull io.micronaut.core.type.Argument<R>
     

    Methods inherited from interface io.micronaut.core.annotation.AnnotationMetadataProvider

    findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, getTargetAnnotationMetadata, 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 Details

    • getResultArgument

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