Uses of Enum Class
org.springframework.data.mongodb.core.bulk.BulkWriteOptions.Order
Packages that use BulkWriteOptions.Order
-
Uses of BulkWriteOptions.Order in org.springframework.data.mongodb.core.bulk
Subclasses with type arguments of type BulkWriteOptions.Order in org.springframework.data.mongodb.core.bulkModifier and TypeClassDescriptionstatic enumExecution order for bulk write operations.Methods in org.springframework.data.mongodb.core.bulk that return BulkWriteOptions.OrderModifier and TypeMethodDescriptionBulkWriteOptions.getOrder()Returns the execution order for the bulk write.static BulkWriteOptions.OrderReturns the enum constant of this class with the specified name.static BulkWriteOptions.Order[]BulkWriteOptions.Order.values()Returns an array containing the constants of this enum class, in the order they are declared.