Browse Source

DATAMONGO-1398 - Mention QBE and add links.

Original Pull Request: #349
pull/357/head
Christoph Strobl 10 years ago
parent
commit
8f5b334951
  1. 3
      src/main/asciidoc/new-features.adoc

3
src/main/asciidoc/new-features.adoc

@ -4,7 +4,8 @@
[[new-features.1-9-0]] [[new-features.1-9-0]]
== What's new in Spring Data MongoDB 1.9 == 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`. * 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. * Out-of-the-box support for `java.util.Currency` in object mapping.
* Add support for the bulk operations introduced in MongoDB 2.6. * Add support for the bulk operations introduced in MongoDB 2.6.
* Upgrade to Querydsl 4. * Upgrade to Querydsl 4.

Loading…
Cancel
Save