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
---
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