| use a map as the parameter map.put("orderBy", orderBy"); map.put("businessObj", businessObj); Then in the sqlmap... <select id="getaTableByAll" resultMap="result" parameterClass="BusClass"> select * from aTable where col1 like #businessObj.col1# and col2 like #businessObj,col2# order by $orderBy$ </select> On May 22, 2006, at 1:41 PM, James Johnson wrote:
|
- Order By James Johnson
- Re: Order By Nathan Maves
- Re: Order By Ted Schrader
- Re: Order By Brandon Goodin
- Re: Order By James Johnson
