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; SELECT
Persons.FirstName as 'author.firstName’ But this
doesn’t workL (The
resultMap would be; <result
property='author.firstName’ column=” Persons.FirstName”/> ) MEINDERT HOVING -- |
- Implicit Result Maps Meindert
- Re: Implicit Result Maps Tom B.