Interface DeleteReturningBatchOperation<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, BatchOperation<E>, DeleteBatchOperation<E>, EntityOperation<E>, Iterable<E>, io.micronaut.core.naming.Named, PreparedDataOperation<E>, StoredDataOperation<E>
A delete returning batch operation is an operation performed on one or more entities of the same type.
- 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 BatchOperation
allMethods inherited from interface DeleteBatchOperation
splitMethods inherited from interface EntityOperation
getInvocationContext, getRepositoryType, getRootEntityMethods inherited from interface Iterable
forEach, iterator, spliteratorMethods 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
-