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

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

 2012-05-25 11:13:59 来源:WEB开发网   
核心提示:session.save(theEvent); session.getTransaction().commit(); return theEvent.getId();} private Long createAndStorePerson(String firstname, String lastname) { Sess
session.save(theEvent);

 

    session.getTransaction().commit();

 

    return theEvent.getId();

  }

 

  private Long createAndStorePerson(String firstname, String lastname) {

 

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

    session.beginTransaction();

 

    Person thePerson = new Person();

    thePerson.setFirstname(firstname);

    thePerson.setLastname(lastname);

 

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

Tags:hibernate 关系 详解

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