Uses of Interface
com.speedment.runtime.bulk.BulkOperation.Builder.Update
-
Packages that use BulkOperation.Builder.Update 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.Builder.Update in com.speedment.runtime.bulk
Methods in com.speedment.runtime.bulk that return BulkOperation.Builder.Update Modifier and Type Method Description <ENTITY> BulkOperation.Builder.Update<ENTITY>BulkOperation.Builder. update(Manager<ENTITY> manager)Creates and returns a new Update builder that can be used to build an Update Operation.
-