Thanks for the reply Clinton.
Using annotations implicitly drives my mind to ORM. Is there a way to say
that an @Select annotation could be linked to a resultMap defined in th XML?
Else i think that i have to replicate the resultMap in annotation syntahx
with (@Results and @Result) or that i have t
There's currently no way to use an xml result map from an annotation.
Remember, ibatis is not an ORM, so you have to pair result maps with
statements each time, and currently the entire pair must be xml or
annotations.
On 2010-04-22, Andrea Selva wrote:
> Hi list,
> i've a trouble with IDENTITY i