Re: [hibernate-dev] hibernate. vs org.hibernate. for properties prefix

2010-03-30 Thread Emmanuel Bernard
I've decided to not pursue. lockMode and flushMode are actually QueryHints and not startup time properties. So to follow existing conventions, it makes sense for them to be prefixed with org.hibernate On 22 mars 2010, at 14:27, Emmanuel Bernard wrote: > On Hibernate EntityManager: > - Available

[hibernate-dev] hibernate. vs org.hibernate. for properties prefix

2010-03-22 Thread Emmanuel Bernard
On Hibernate EntityManager: - AvailableSettings#ALIAS_SPECIFIC_LOCK_MODE (org.hibernate.lockMode) - AvailableSettings#FLUSH_MODE (org.hibernate.flushMode) are the only two properties starting with org. instead of hibernate. for the rest of the properties. It would make sense to align them to "h