日期:2014-05-16 浏览次数:20425 次
String otherCommentHql = "from OtherComment a,TouristAttraction b where a.objectId=b.id and b.city like '%" + city + "%' order by a.createTime"; otherCommentList = otherCommentService.findList(otherCommentHql);
<property name="dialect"> com.hibernate.DialectForInkfish </property>