- Type Parameters:
E
- The entity type
- All Superinterfaces:
- io.micronaut.core.annotation.AnnotationMetadataProvider, io.micronaut.core.annotation.AnnotationSource, io.micronaut.core.attr.AttributeHolder, EntityOperation<E>, java.lang.Iterable<E>, io.micronaut.core.naming.Named, PreparedDataOperation<E>, StoredDataOperation<E>
- All Known Subinterfaces:
- DeleteBatchOperation<E>, InsertBatchOperation<E>
public interface BatchOperation<E>
extends EntityOperation<E>, java.lang.Iterable<E>, PreparedDataOperation<E>
A batch operation is an operation performed on one or more entities of the same type.
- Since:
- 1.0.0
- Author:
- graemerocher