You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by "Cedric.Grun@UTBM.fr" <Ce...@utbm.fr> on 2003/05/23 17:14:35 UTC

load-cascading

hi,

my schema descriptor is configured for using load-cascading
when i retrieve tables, the setter methods must perform some job on the
retrieved attribute
so, when it's the main table, ojb uses the setter methods to populate the class,
but when ojb retrieves the referenced tables, it doesn't use the setter methods

is my repository worse configured ? or what must i add ?

thank

--