摘要: 属性名用途hibernate.dialect一个Hibernate Dialect类名允许Hibernate针对特定的关系数据库生成优化的SQL. 取值 full.classname.of.Dialecthibernate.show_sql输出所有SQL语句到控制台. 有一个另外的选择是把org.hibernate.SQL这个log category设为debug。 eg. true | falsehibernate.format_sql在log和console中打印出更漂亮的SQL。 取值 true | falsehibernate.default_schema在生成的SQL中, 将给定的s 阅读全文
posted @ 2013-12-10 23:20 Kent_fighting 阅读(252) 评论(0) 推荐(0) 编辑