open override fun <T : Any> saveAll(instances: Iterable<T>): Flux<T>

Saves several instances of an entity Implemented by calling save for each instance

Return

the saved instances.

Parameters

instances

the instances to be saved. Must not be null.

Type Parameters

T

the type of the entity.