Get it, thanks Jeff Den
--- In [email protected], "Jeff Vroom" <[EMAIL PROTECTED]> wrote: > > When you are returning a property of an object which is declared as an > association in your data-management-config.xml with lazy="true", you can > just create an instance of the referenced object and only populate its > identity properties. Since the referenced object also has a > destination defined, in that destination you specify the identity > property names used for objects of that type. These are the only > properties DMS will look at on the referenced object. > > > > We do ship the source to the HibernateAssembler though it is a bit more > complex given that hibernate has lazy fetching property of its own. > > > > Jeff

