BIT和TINYINT字段类型在hibernate中的使用区别
其实我也解释不明白,演示例子如下:
数据库中有记录一些记录,它们的字段state内容里都是为true
其实我也解释不明白,演示例子如下:
数据库中有记录一些记录,它们的字段state内容里都是为true
复制内容到剪贴板 程序代码
String hql = "from News as a where a.catalog in(17,205) order by a.id desc ";
ArticleService s = new ArticleService();
List list = s.getListQuery(hql);
ArticleService s = new ArticleService();
List list = s.getListQuery(hql);