Re: Implicit Result Maps
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
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