as far as i am aware there is no such feature so send some more details ie
the xml file with query?

About which feature are you talking about?
groupby:
<resultMap class="LoggingBean" id="LoggingBeansMap" groupBy="id">
<result property="id" column="le_id"/>
<result property="level" column="le_level"/>
<result property="location" column="le_location"/>
<result property="logger" column="le_logger"/>
<result property="timestamp" column="le_timestamp" jdbcType="TIMESTAMP"
    typeHandler="pl.psnc.progress.szdmon.database.TimestampHandler"/>
<result property="mdc" resultMap="KeyValueMap"/>
</resultMap>

<resultMap class="KeyValue" id="KeyValueMap">
<result property="key" column="lk_name"/>
<result property="value" column="lea_value"/>
</resultMap>

regards
Michal Malecki
Dzial Uslug Sieciowych



Reply via email to