Hi,
Is there a way to set bean Factory to resultMap instead of setting bean class directly?
I mean,
<resultMap id="result" class="my.model.Person">
to something like
<resultMap id="result" class="my.PersonFactory">
so that I could create proxy on top of my class.
thanks,
Tak
- Re: Bean Factory is available? takyoshida_consultant
- Re: Bean Factory is available? Clinton Begin
- RE: Bean Factory is available? Philippe Laflamme
- Re: Bean Factory is available? Clinton Begin

