Hibernate學習之Hibernate註解總結

參考:慕課網hibernate註解開發 https://www.imooc.com/learn/524 一、類級別的註解 @Entity name:表的名字(可選)一般表名和類名相同 必須指定主鍵屬性@Id @Table name:映射表的名稱(可選) catalog:目錄(可選)默認爲空 schema:模式(可選)默認爲空 與@Entity註解配合使用,只能表示在實體類class定義處,表示實體
相關文章
相關標籤/搜索