hibernate_exercise-many- to-one(1)

多對一關係 1.創建t_user表、t_group表   2.在eclipse中創建對應的實體類 1 package com.eneity; 2 3 public class User { 4 5 private int id; 6 private String name; 7 private Group group;//注意這裏不是gid 而是g
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息