Spring Data MongoDB - Core

Uses of Class
org.springframework.data.mongodb.core.MongoActionOperation

Packages that use MongoActionOperation
org.springframework.data.mongodb.core MongoDB core support. 
 

Uses of MongoActionOperation in org.springframework.data.mongodb.core
 

Methods in org.springframework.data.mongodb.core that return MongoActionOperation
 MongoActionOperation MongoDataIntegrityViolationException.getActionOperation()
          Returns the MongoActionOperation in which the current exception occured.
 MongoActionOperation MongoAction.getMongoActionOperation()
           
static MongoActionOperation MongoActionOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MongoActionOperation[] MongoActionOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.data.mongodb.core with parameters of type MongoActionOperation
protected  void MongoTemplate.handleAnyWriteResultErrors(com.mongodb.WriteResult writeResult, com.mongodb.DBObject query, MongoActionOperation operation)
          Handles WriteResult errors based on the configured WriteResultChecking.
 

Constructors in org.springframework.data.mongodb.core with parameters of type MongoActionOperation
MongoAction(com.mongodb.WriteConcern defaultWriteConcern, MongoActionOperation mongoActionOperation, String collectionName, Class<?> entityType, com.mongodb.DBObject document, com.mongodb.DBObject query)
          Create an instance of a MongoAction.
MongoDataIntegrityViolationException(String message, com.mongodb.WriteResult writeResult, MongoActionOperation actionOperation)
          Creates a new MongoDataIntegrityViolationException using the given message and WriteResult.
 


Spring Data MongoDB - Core

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.