give the select below

<select id="getlogById" parameterClass="string" resultMap="logResultMap" cacheModel="logCache">
select
*
from
GST_log
where
id = #value#
</select>


if you call this select with both getQueryForObject and getQueryForList with the caching work correctly?

Nathan

Reply via email to