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

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

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

Methods in org.springframework.data.mongodb.core with parameters of type CollectionOptions
protected  com.mongodb.DBObject MongoTemplate.convertToDbObject(CollectionOptions collectionOptions)
           
<T> com.mongodb.DBCollection
MongoTemplate.createCollection(Class<T> entityClass, CollectionOptions collectionOptions)
           
<T> com.mongodb.DBCollection
MongoOperations.createCollection(Class<T> entityClass, CollectionOptions collectionOptions)
          Create a collect with a name based on the provided entity class using the options.
 com.mongodb.DBCollection MongoTemplate.createCollection(String collectionName, CollectionOptions collectionOptions)
           
 com.mongodb.DBCollection MongoOperations.createCollection(String collectionName, CollectionOptions collectionOptions)
          Create a collect with the provided name and options.
 



Copyright © 2011. All Rights Reserved.