Uses of Interface
com.speedment.runtime.bulk.Operation
-
Packages that use Operation Package Description com.speedment.runtime.bulk Bulk exposes interfaces to handle bulk modification operations on a data source such as a relational database. -
-
Uses of Operation in com.speedment.runtime.bulk
Subinterfaces of Operation in com.speedment.runtime.bulk Modifier and Type Interface Description interfacePersistOperation<ENTITY>interfaceRemoveOperation<ENTITY>interfaceUpdateOperation<ENTITY>Methods in com.speedment.runtime.bulk that return types with arguments of type Operation Modifier and Type Method Description Stream<? extends Operation<?>>BulkOperation. operations()
-