Module com.speedment.runtime.bulk
Package com.speedment.runtime.bulk
Interface UpdateOperation<ENTITY>
-
- Type Parameters:
ENTITY- type
- All Superinterfaces:
HasConsumers<ENTITY>,HasMappers<ENTITY>,HasPredicates<ENTITY>,Operation<ENTITY>
public interface UpdateOperation<ENTITY> extends Operation<ENTITY>, HasPredicates<ENTITY>, HasConsumers<ENTITY>, HasMappers<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.HasConsumers
consumers
-
Methods inherited from interface com.speedment.runtime.bulk.trait.HasMappers
mappers
-
Methods inherited from interface com.speedment.runtime.bulk.trait.HasPredicates
predicates
-
-