Module com.speedment.runtime.bulk
Package com.speedment.runtime.bulk.trait
Interface HasGeneratorSuppliers<ENTITY>
-
- Type Parameters:
ENTITY- type
- All Known Subinterfaces:
PersistOperation<ENTITY>
public interface HasGeneratorSuppliers<ENTITY>- Author:
- Per Minborg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<Supplier<Stream<? extends ENTITY>>>generatorSuppliers()
-