Open GoogleCodeExporter opened 9 years ago
Henrik Kaipe added a comment - 21/Dec/09 01:02 PM
This can be done using XMLMapperBuilder in this manner:
new XMLMapperBuilder(xmlStreamAsReader, configuration,
nameForXmlStreamResourceAsString, sqlFragmentMap).parse();
From my understanding the above statement will parse statements from the xml
and add
mapped statements to the configuration in the process. sqlFragmentMap will be
populated with sql-fragments and should be reused for all mapper-xmls that are
added
to the specific configuration.
[ Show » ]
Henrik Kaipe added a comment - 21/Dec/09 01:02 PM This can be done using
XMLMapperBuilder in this manner: new XMLMapperBuilder(xmlStreamAsReader,
configuration, nameForXmlStreamResourceAsString, sqlFragmentMap).parse(); From
my
understanding the above statement will parse statements from the xml and add
mapped
statements to the configuration in the process. sqlFragmentMap will be
populated with
sql-fragments and should be reused for all mapper-xmls that are added to the
specific
configuration.
Original comment by clinton....@gmail.com
on 17 May 2010 at 1:43
Original comment by clinton....@gmail.com
on 17 May 2010 at 3:23
Original comment by clinton....@gmail.com
on 17 May 2010 at 3:23
Original comment by clinton....@gmail.com
on 2 Jun 2010 at 4:46
Issue 28 has been merged into this issue.
Original comment by eduardo.macarron
on 4 Jan 2011 at 11:20
Original issue reported on code.google.com by
clinton....@gmail.com
on 17 May 2010 at 1:43