Spring Data Document

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 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.
 

Constructors in org.springframework.data.mongodb.core with parameters of type MongoActionOperation
MongoAction(WriteConcern defaultWriteConcern, MongoActionOperation mongoActionOperation, String collectionName, Class<?> entityClass, DBObject document, DBObject query)
          Create an instance of a MongoAction
 


Spring Data Document

Copyright © 2012. All Rights Reserved.