Hi, I would like if we can do the following check in the Query inside <select> statement. I am reading the property from property file instead of parameter map. Though I have the property(CONSTRAINT) in the property file, this is not getting added to the existing SQL statement. Can someone help me.
<isNotNull prepend="AND" property="${CONSTRAINT}"> ${CONSTRAINT} </isNotNull> Thanks, Kiran