Hi guys,
About specific configurations, I'm wondering which strategy is the best:
- Putting all configuration into the general configuration files
(like persistence.xml or hibernate.properties)
- Having a specific for each ogm implementation (ispn-config.xml,
mongodb-config.xml)
And is there any naming convention for properties
(hibernate.mongodb.database for example) ?
Guillaume