Interface DeleteReturningOperation<E,R>
- Type Parameters:
E- The entity typeR- The result type
- All Superinterfaces:
io.micronaut.core.annotation.AnnotationMetadataProvider, io.micronaut.core.annotation.AnnotationSource, io.micronaut.core.attr.AttributeHolder, DeleteOperation<E>, EntityInstanceOperation<E>, EntityOperation<E>, io.micronaut.core.naming.Named, PreparedDataOperation<E>, StoredDataOperation<E>
A delete returning operation that updates the given entity and returns a result.
- Since:
- 4.2.0
- Author:
- Denis Stepanov
-
Field Summary
Fields inherited from interface io.micronaut.core.annotation.AnnotationSource
EMPTY -
Method Summary
Methods inherited from interface io.micronaut.core.annotation.AnnotationMetadataProvider
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, getTargetAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypeMethods inherited from interface io.micronaut.core.annotation.AnnotationSource
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclaredMethods inherited from interface io.micronaut.core.attr.AttributeHolder
getAttribute, getAttribute, getAttributesMethods inherited from interface EntityInstanceOperation
getEntityMethods inherited from interface EntityOperation
getInvocationContext, getRepositoryType, getRootEntityMethods inherited from interface io.micronaut.core.naming.Named
getNameMethods inherited from interface PreparedDataOperation
getParameterInRole, getParametersInRoleMethods inherited from interface StoredDataOperation
getResultArgument
-
Method Details
-
getStoredQuery
@Nullable StoredQuery<E,R> getStoredQuery()Description copied from interface:EntityOperationPossible stored query if exists.- Specified by:
getStoredQueryin interfaceEntityOperation<E>- Returns:
- The stored query
-