I may have stated the problem a little wrong. What i have are an
object graph that contains nested instances of Foo (not the same
object). So the question is something like: given that I have custom
transformer for Foo and multiple nested instances of Foo within the
object graph I want to copy, how can I in the custom transformer make
sure that it is called on instances of Foo further down the object
graph?
Cheers,
Martin
On Jun 9, 6:59 pm, Hanson Char <
hanson.c...@gmail.com> wrote:
> Use the internal identity map.
>
> See
>
> net.sf.beanlib.hibernate3.DateTest.java
>
> under beanlib-hibernate-test in the bundle for example.
>
> On Tue, Jun 9, 2009 at 7:42 AM,
martin.m...@gmail.com <
>