Uses of Enum Class
org.springframework.data.mongodb.core.MongoActionOperation
Packages that use MongoActionOperation
-
Uses of MongoActionOperation in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core that return MongoActionOperationModifier and TypeMethodDescriptionMongoDataIntegrityViolationException.getActionOperation()
Returns theMongoActionOperation
in which the current exception occurred.MongoAction.getMongoActionOperation()
static MongoActionOperation
Returns the enum constant of this class with the specified name.static MongoActionOperation[]
MongoActionOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.data.mongodb.core with parameters of type MongoActionOperationModifierConstructorDescriptionMongoAction
(com.mongodb.WriteConcern defaultWriteConcern, MongoActionOperation mongoActionOperation, String collectionName, Class<?> entityType, org.bson.Document document, org.bson.Document query) Create an instance of aMongoAction
.MongoDataIntegrityViolationException
(String message, com.mongodb.WriteConcernResult writeResult, MongoActionOperation actionOperation) Creates a newMongoDataIntegrityViolationException
using the given message andWriteConcernResult
.