...
The following code segment is a sample definition:
Code Block | ||
---|---|---|
| ||
<select id="DEFAULT_SELECT" parameterClass="java.util.HashMap" resultClass="java.util.HashMap"> SELECT 1 FROM DUAL WHERE 1=1 <include refid="FILTER_CLAUSE" /> </select> |
...
...
The following code segment is a sample definition:
Code Block | ||
---|---|---|
| ||
<select id="DEFAULT_SELECT" parameterClass="java.util.HashMap" resultClass="java.util.HashMap"> SELECT 1 FROM DUAL WHERE 1=1 <include refid="FILTER_CLAUSE" /> </select> |
...