RE: iBATIS 3 include

2009-09-18 Thread Poitras Christian
r the builder wouldn't crash. Christian From: Poitras Christian [mailto:christian.poit...@ircm.qc.ca] Sent: Friday, September 18, 2009 3:16 PM To: 'user-java@ibatis.apache.org' Subject: iBATIS 3 include Hi, Is it possible to include an sql segment fro

iBATIS 3 include

2009-09-18 Thread Poitras Christian
Hi, Is it possible to include an sql segment from another mapper? In SampleMapper, I've defined columns for sample base class. Sample.oid AS 'Sample.oid', Sample.name AS 'Sample.name', Sample.sampleType AS 'Sample.sampleType', Sample.userExperimentationOid AS 'Sample.userExperimentationOid',