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, getRootEntitygetParameterInRolegetResultArgument, getTransactionDefinitionfindAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypegetAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotationdefault boolean all()
java.util.List<InsertOperation<E>> split()