Re: Implicit Result Maps

2005-10-20 Thread Tom B.
Yes. See: http://issues.apache.org/jira/browse/IBATIS-172?page=all On 10/20/05, Meindert <[EMAIL PROTECTED]> wrote: > > > > Is it possible to use "Implicit Result Maps" for (not to) complex > properties? > > > > Example; > > I've got a

Implicit Result Maps

2005-10-20 Thread Meindert
Is it possible to use “Implicit Result Maps” for (not to) complex properties?   Example; I’ve got a Person_Id as FK and the FirstName, LastName in a other table. I would like to bind Persons.FirstName to 'author.firstName’   To get the property name I select; S