spring-projects / spring-data-mongodb

Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-mongodb/
Apache License 2.0
1.61k stars 1.08k forks source link

Refactorings in MongoTemplate [DATAMONGO-1169] #2088

Open spring-projects-issues opened 9 years ago

spring-projects-issues commented 9 years ago

Oliver Drotbohm opened DATAMONGO-1169 and commented

MongoTemplate has grown quite significantly over the last years. We should take a few steps to reduce its size a bit:


No further details from DATAMONGO-1169

spring-projects-issues commented 9 years ago

Thomas Darimont commented

We should also fix the typo in https://github.com/spring-projects/spring-data-mongodb/pull/265 with this

spring-projects-issues commented 9 years ago

Thomas Darimont commented

We could also apply this refactoring to the related Query / DBobjectUtils: https://github.com/spring-projects/spring-data-mongodb/pull/257