hibernate
文章平均质量分 69
IT小man
这个作者很懒,什么都没留下…
展开
-
关于使用Hibernate 的HQL 语句进行增删改查
因为在hibernate中已经封装好了增删改查,但是要自己实现sql语句的增删改查怎么办呢?HQL是面向对象的结构化查询语句所以在hql1里面的News是你定义的pojo。 //实例化Configuration 加载hibernate.cfg.xml Configuration conf = new Configuration().configure(); //创建SessionFa原创 2013-03-26 21:29:17 · 3217 阅读 · 0 评论 -
Unable to get the default Bean Validation
这个问题可以在hibernate.cfg.xml 增加一句none原创 2013-03-26 19:36:34 · 447 阅读 · 0 评论 -
hibernate参数一览表
属性名 用途 hibernate.dialect 一个Hibernate Dialect类名允许Hibernate针对特定的关系数据库生成优化的SQL. 取值full.classname.of.Dialect hibernate.show_sql 输出所有SQL语句到控制台. 有一个另外的选择是把org.hibernate.SQL这个log c转载 2013-07-11 14:51:17 · 415 阅读 · 0 评论