摘要:
Hibernate使用Annotations最简单例子:hibernate.cfg.xml com.mysql.jdbc.Driver jdbc:mysql://127.0.0.1/testdb root ... 阅读全文
摘要:
Hibernate的多对多实现:hibernate.cfg.xml com.mysql.jdbc.Driver jdbc:mysql://127.0.0.1/testdb root 1 ... 阅读全文
摘要:
事实上one to many 和 many to one是一样的,这是一个相互的过程。hibernate.cfg.xml com.mysql.jdbc.Driver jdbc:mysql://127.0.0.1/testdb root... 阅读全文