> I can see this working nicely with static tables in a database. > In case you have a table with a structure that can expand > dynamically, how > does this work. > Can DBUtils handles the dynamic table structure scenario ? > Or is there a workaround ? >
So you mean there are columns added/removed/modified in a table? I think DBUtils handles this ok (properties are determined runtime) but of course the BeanHandler for example can't set a new property to OrderBean if OrderBean doesn't have that property. You cannot use static beans in dynamic schema =). Maps are ok, though (by using MapHandler/MapListHandler). - Tatu V. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
