Re: [hibernate-dev] Building a SessionFactory

2011-04-22 Thread Steve Ebersole
I do not disagree, especially about the clutter. I had two related concerns with that this approach though: 1) minor, but this thing is then no longer just collecting the sources of metadata which is what a MetadataSources is. 2) this is no longer a "directed API" at all. What do I mean by that

Re: [hibernate-dev] Hibernate OGM documentation

2011-04-22 Thread Juraci Paixao Krohling
On 04/22/2011 06:43 PM, Emmanuel Bernard wrote: > I've been working on Hibernate OGM documentation. I am still very unhappy > with what I have but that's a start. > > You can read it at > http://docs.jboss.org/hibernate/ogm/3.0/reference/en-US/html_single/ > You can contribute to it by forking on

[hibernate-dev] Hibernate OGM documentation

2011-04-22 Thread Emmanuel Bernard
Hi all I've been working on Hibernate OGM documentation. I am still very unhappy with what I have but that's a start. You can read it at http://docs.jboss.org/hibernate/ogm/3.0/reference/en-US/html_single/ You can contribute to it by forking on github https://github.com/hibernate/hibernate-ogm

Re: [hibernate-dev] Building a SessionFactory

2011-04-22 Thread Emmanuel Bernard
My preference would go to a MetadataSources#setMetadata(NamingStrategy) My fear is that more functions could be needed overtime and make the constructor or the buildMetadata signature cluttered and less readable. On 21 avr. 2011, at 15:08, Steve Ebersole wrote: > NamingStrategy is not a servi