hibernate基礎簡單入門1---helloword

1:目錄結果 2:實體類(student.java) package com.www.entity; public class Student { private int id; private String name; private int age; public int getId() { return id; } public void setId(int id) {
相關文章
相關標籤/搜索