|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
MongoTemplate.createCollection(Class<T> entityClass,
CollectionOptions collectionOptions)
|
|
|
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. |
|
|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||