It seems that for a lot of (typically small) projects direct Class <-> Table mappings with very similar names (article Article, sales_invoices SalesInvoice) and similar column/relation mappings (even fk's typically fall into Category#getArticles(): Collection<Article>)
Would a configurator which can interrogate a set of classes and a schema to dynamically build mappings (possibly with a facility for interacting with either xml metadata, or on-class (xdoclet/annogen/statics) to override automagic settings be worth working on?
I would need to finish up the unit of work stuff (though have never gotten feedback on it other than "yes would be nice to have" so not sure if it *should* be finished rather than removed...) before doing anything here, though.
-Brian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
