Re: [Hibernate] Feature idea

2003-08-14 Thread Timo Verhoeven
Hi! > String getColumnName(String propertyName) > String getTableName(String className) > String overrideColumName(String columnName) > String overrideTableName(String tableName) What are the override methods for? > Add a feature request to JIRA! Did so: HB-227 Regards, Timo ---

Re: [Hibernate] Feature idea

2003-08-03 Thread Gavin . King
Yes, I can certainly see the attraction - and it *has* been requested before. It would be nice to be able to plug in a something like: NamingStrategy strategy = new MyCustomNamingStrategy(); Configuration cfg = new Configuration(); cfg.setNamingStrategy(strategy); perhaps we could even allow th