Uses of Class
com.speedment.runtime.bulk.Operation.Type
-
Packages that use Operation.Type 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.Type in com.speedment.runtime.bulk
Methods in com.speedment.runtime.bulk that return Operation.Type Modifier and Type Method Description Operation.TypeOperation. type()Returns the type of Operation.static Operation.TypeOperation.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Operation.Type[]Operation.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-