Module com.speedment.runtime.bulk
Package com.speedment.runtime.bulk
Interface PersistOperation<ENTITY>
-
- Type Parameters:
ENTITY- type
- All Superinterfaces:
HasGeneratorSuppliers<ENTITY>,Operation<ENTITY>
public interface PersistOperation<ENTITY> extends Operation<ENTITY>, HasGeneratorSuppliers<ENTITY>
- Author:
- Per Minborg
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.speedment.runtime.bulk.Operation
Operation.Type
-
-
Method Summary
-
Methods inherited from interface com.speedment.runtime.bulk.trait.HasGeneratorSuppliers
generatorSuppliers
-
-