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