R
- The return type.public class DefaultStoredDataOperation<R> extends java.lang.Object implements StoredDataOperation<R>
Modifier and Type | Field and Description |
---|---|
static DefaultTransactionDefinition |
NO_TRANSACTION |
Constructor and Description |
---|
DefaultStoredDataOperation(io.micronaut.inject.ExecutableMethod<?,?> method) |
Modifier and Type | Method and Description |
---|---|
io.micronaut.core.annotation.AnnotationMetadata |
getAnnotationMetadata() |
io.micronaut.core.type.Argument<R> |
getResultArgument() |
java.util.Optional<TransactionDefinition> |
getTransactionDefinition() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
public static final DefaultTransactionDefinition NO_TRANSACTION
public DefaultStoredDataOperation(io.micronaut.inject.ExecutableMethod<?,?> method)
@NonNull public final java.util.Optional<TransactionDefinition> getTransactionDefinition()
getTransactionDefinition
in interface StoredDataOperation<R>
@NonNull public final io.micronaut.core.type.Argument<R> getResultArgument()
getResultArgument
in interface StoredDataOperation<R>
public final io.micronaut.core.annotation.AnnotationMetadata getAnnotationMetadata()
getAnnotationMetadata
in interface io.micronaut.core.annotation.AnnotationMetadataProvider