E
- The entity typepublic interface BatchOperation<E> extends EntityOperation<E>, java.lang.Iterable<E>, PreparedDataOperation<E>
Modifier and Type | Method and Description |
---|---|
default boolean |
all() |
java.util.List<InsertOperation<E>> |
split()
Split the batch operation into individual inserts.
|
getRepositoryType, getRootEntity
getParameterInRole
getResultArgument, getTransactionDefinition
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation
default boolean all()
java.util.List<InsertOperation<E>> split()