2012年4月15日

Hibernate映射文件元素属性说明

摘要: 转载Doctype <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> <!-- Generated 2008-10-1 20:56:03 by Hibernate Tools 3 阅读全文

posted @ 2012-04-15 20:07 lovebeauty 阅读(6740) 评论(1) 推荐(1) 编辑

hibernate单元测试的空指针

摘要: View Code 1 public class HibernateCoreAPITest { 2 private static SessionFactory sessionFactory; 3 4 @BeforeClass 5 public static void beforeClass() { 6 sessionFactory = new AnnotationConfiguration().configure().buildSessionFactory(); 7 } 8 @AfterClass 9 public s... 阅读全文

posted @ 2012-04-15 15:09 lovebeauty 阅读(1043) 评论(0) 推荐(0) 编辑

导航