Re: [Hibernate] EJB3NamingStrategy

2005-09-01 Thread Emmanuel Bernard
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 ) )

[Hibernate] EJB3NamingStrategy

2005-08-31 Thread Gavin King
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