WEB开发网
开发学院软件开发Java hibernate 多对多关系详解(包括中间表,一对多字表... 阅读

hibernate 多对多关系详解(包括中间表,一对多字表)

 2012-05-25 11:13:59 来源:WEB开发网   
核心提示:HibernateUtil.getSessionFactory().close();} private Long createAndStoreEvent(String title, Date theDate) { Session session = HibernateUtil.getSessionFactory().g
    HibernateUtil.getSessionFactory().close();

  }

 

  private Long createAndStoreEvent(String title, Date theDate) {

 

    Session session = HibernateUtil.getSessionFactory().getCurrentSession();

    session.beginTransaction();

 

    //theEvent is transient

    Event theEvent = new Event();

    theEvent.setTitle(title);

    theEvent.setDate(theDate);

 

    //theEvent turns to persistent

    

上一页  14 15 16 17 18 19 20 21 22 23 24  下一页

Tags:hibernate 关系 详解

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接