1

If yes, how do I provide multiple hosts in persistence.xml ?

Can I use it with WiredTiger storage engine?

Does it support mongodb 3.0 drivers?

Nilesh
  • 2,089
  • 3
  • 29
  • 53
  • did you manage to find the answer? I am seeking for the same information. – Obaid Maroof Jan 07 '16 at 08:58
  • @ObaidMaroof If you see [release note](http://in.relation.to/2015/06/02/hibernate-ogm-42-final-is-out/) its there, in Whats New!!! But I am unable to find documentation. :-( – Nilesh Jan 07 '16 at 10:27

1 Answers1

1

Sharded collections are not supported yet, see https://hibernate.atlassian.net/browse/OGM-620

Since version 4.2 it uses MongoDB 3 drivers.

Davide D'Alto
  • 7,421
  • 2
  • 16
  • 30
  • What about 5th point [here](http://in.relation.to/2015/06/02/hibernate-ogm-42-final-is-out#H-WhatsNew). Are they lying? – Nilesh Apr 19 '16 at 12:20