Uses of Interface
com.speedment.runtime.bulk.BulkOperation
-
Packages that use BulkOperation 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 BulkOperation in com.speedment.runtime.bulk
Methods in com.speedment.runtime.bulk that return BulkOperation Modifier and Type Method Description BulkOperationBulkOperation.Builder. build()Creates and returns a new immutable BulkOperation comprising all the steps defined by the Builder.
-