Re: [hibernate-dev] [OGM] [MongoDB] Extended connection options support

2012-05-02 Thread Emmanuel Bernard
It looks like there is about a dozen properties. Note that Hibernate OGM already knows some of them like timeout. But still there are a bunch of properties. We could go the classical way and offer one Hibernate OGM property per MongoDB property or we could simply let the user pass the JSON struc

[hibernate-dev] [OGM] [MongoDB] Extended connection options support

2012-04-26 Thread Guillaume SCHEIBEL
Hi guys, I've just made a pull request about OGM-165 (add support for the safe mode connection) and I was wondering why don't provide a extended support for all options like the safe mode. All options are described here : http://api.mongodb.org/java/current/com/mongodb/MongoOptions.html What do y