[Objectbridge-jdo-dev] jdo extension format
Brought to you by:
thma
From: <tr...@th...> - 2002-05-26 00:15:56
|
Thomas, with regards to extension naming, i'm thinking that using the ojb repository naming conventions like table vs. table-name won't really match, because you also have column.name and jdbc_type which seems a little inconsistent. So for consistency's sake, I propose the new names like so: <extension vendor-name="ojb" table-name="Product"/> <extension vendor-name="ojb" column-name="stock" jdbc-type="INTEGER"/> It's more descriptive and matches the jdo naming conventions. Travis |