Yes I did. And I sent a mail on this list :-)
There are 2 distinct methods for defaulted columns and explicit columns
in the naming strategy.
And we don't require that a given method propertyToColumnCoreName()
exists such as propertyToColumnName(a) = columnName(
propertyToColumnCoreName( a ) )
Title: EJB3NamingStrategy
Emmanuel,
Currently I guess Hibernate Annotations is implementing the default column/table naming standards defined by the spec in AnnotationBinder. Have you given any thought to doing this stuff as a NamingStrategy? Most likely it would require some change to the