Spring Data Document

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

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

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

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


Spring Data Document

Copyright © 2011. All Rights Reserved.