用HQL解決如下:
1 From ns.project.persistence.model.TZhidao as tz
2 where status = '1'
3 /~title: and tz.title || ':' || tz.description like '%'||{title}||'%' ~/
4 /~sortColumn: ORDER BY tz.[sortColumn] [sortDirection] ~/
2 where status = '1'
3 /~title: and tz.title || ':' || tz.description like '%'||{title}||'%' ~/
4 /~sortColumn: ORDER BY tz.[sortColumn] [sortDirection] ~/