Skip to content

Commit

Permalink
Some additional fixes to the documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jul 7, 2017
1 parent 3168cfb commit 788cd6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -37,7 +37,7 @@ In particular:
it will still be useful to learn Protobuf to maintain your applications
* no need to learn the Infinispan API
* Hibernate OGM will setup and manage the HotRod client for you
* same API of Hibernate ORM, meaning that you can use the same tools
* same API as Hibernate ORM, meaning that you can use the same tools

You will still need to learn about Infinispan, all its capabilities and how to configure
them to reach your application top performance, but you can get a proof of concept
Expand Down
10 changes: 5 additions & 5 deletions documentation/manual/src/main/asciidoc/modules/mongodb.asciidoc
Expand Up @@ -11,7 +11,7 @@ The currently supported version is {mongodb-version}.

=== Why should I use Hibernate OGM with MongoDB

It's possible that in your project you have some entities that might benefit from MongoDB
It is possible that in your project you have some entities that might benefit from MongoDB
dynamic schema, but having a schema makes it possible to obtain better performance because
the datastore can use the information of the schema to apply some optimizations that
wouldn't be otherwise possible.
Expand All @@ -27,11 +27,11 @@ Another benefit of using Hibernate OGM with MongoDB is that it will also make it
to use Hibernate Search out of the box. Hibernate Search brings the power of Lucene
to your project, giving you the ability to run fast google-like searches.

This means that you can query the datastore:
This means that you can query the datastore using:

* <<ogm-jpql-query>>
* using <<ogm-mongodb-queries-native>>
* Full-text queries using <<ogm-query-using-hibernate-search>>
* JPQL queries (see <<ogm-jpql-query>>)
* MongoDB native queries (see <<ogm-mongodb-queries-native>>)
* Full-text queries (see <<ogm-query-using-hibernate-search>>)

One of Hibernate OGM main goal is to map entities in a "natural" way, this means that your
datastore will still be accessible in case you need to use other tools or want to run
Expand Down

0 comments on commit 788cd6a

Please sign in to comment.