DATAMONGO-1398 - Mention QBE and add links.

Original Pull Request: #349
This commit is contained in:
Christoph Strobl
2016-03-25 09:04:13 +01:00
parent 0dc6169282
commit 8f5b334951

View File

@@ -4,7 +4,8 @@
[[new-features.1-9-0]]
== What's new in Spring Data MongoDB 1.9
* The following annotations have been enabled to build own, composed annotations: `@Document`, `@Id`, `@Field`, `@Indexed`, `@CompoundIndex`, `@GeoSpatialIndexed`, `@TextIndexed`, `@Query`, `@Meta`.
* Support for projections in repository query methods.
* Support for <<projections>> in repository query methods.
* Support for <<query-by-example>>.
* Out-of-the-box support for `java.util.Currency` in object mapping.
* Add support for the bulk operations introduced in MongoDB 2.6.
* Upgrade to Querydsl 4.